Shops > Workflows > workflowsExecsResume
Commerce APIShopsWorkflowsworkflowsExecsResume
workflowsExecsResume
POST:workflows/execs/resume.json

Description

Forcefully resume suspended workflow execution.

Permission bit: "workflows.modify"

Topic: Workflows

Arguments

shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


workflow_exec_id: String!

Unique workflow execution identifier. See also: Unique Identifiers

Example: "wx_EQzGqWoY"


workflow_id: String!

Unique workflow identifier. See also: Unique Identifiers

Example: "wf_EQzGqWoY"


Result

WorkflowExecuteResult

Preview (typescript)

Loading module