Skip to content

Commit b4085a0

Browse files
authored
Change "Resume workflow" to "Unpause workflow" to match the UI
1 parent f20f763 commit b4085a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/workflow-activities

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/workflow-activities/change-workflow-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can select the following operations that represent the new state of the work
4141

4242
* **Continue workflow** – This operation continues the processing of the workflow instance from the point where it was before a new version of the workflow definition was deployed. The workflow instance will no longer be in the *Incompatible* state. If the task is no longer in the new workflow definition, this action results in an error.
4343

44-
* **Pause workflow** – This operation pauses further processing of the workflow. User tasks cannot be completed when the workflow instance is in the *Pause* state. Use the **Resume workflow** operation to resume processing of the workflow.
44+
* **Pause workflow** – This operation pauses further processing of the workflow. User tasks cannot be completed when the workflow instance is in the *Pause* state. Use the **Unpause workflow** operation to resume processing of the workflow.
4545

4646
* **Unpause workflow** – This operation resumes the workflow after it has been paused with the **Pause workflow** operation. User tasks can be completed again.
4747

0 commit comments

Comments
 (0)