Platform Explorer / Nuxeo Platform 6.0

Operation Workflow.ResumeNodeOperation (Resume workflow)

Description

Resumes a route instance on a given node. When a parameter is not specified, it will be fetched from the current context if the operation is executed in the context of a running workflow (it applies to the current workflow and to the current node).
Operation id Workflow.ResumeNodeOperation
Category Workflow Context
Label Resume workflow
Requires Workflow
Since

Parameters

Name Description Type Required Default value
nodeId string no  
workflowInstanceId string no  

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.routing.core.api.operation.ResumeNodeOperation
Contributing Component org.nuxeo.ecm.platform.routing.operations

JSON Definition

{
  "id" : "Workflow.ResumeNodeOperation",
  "label" : "Resume workflow",
  "category" : "Workflow Context",
  "requires" : "Workflow",
  "description" : "Resumes a route instance on a given node. When a parameter is not specified, it will be fetched from the current context if the operation is executed in the context of a running workflow (it applies to the current workflow and to the current node).",
  "url" : "Workflow.ResumeNodeOperation",
  "signature" : [ "void", "void" ],
  "params" : [ {
    "name" : "nodeId",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "workflowInstanceId",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}