Skip to main content
Version: 7.0

Task: Continue Workflow

The module provides some ways to continue a Workflow or to cancel the activity. The workflows will be searched for in the activities and can filtered with sefveral criteria.

Designation

Name
te.WorkflowContinue
Aliases
WorkflowContinue

Configuration

Test mode (test-mode)
Activates a simulation mode
Action (action)
Defines the action to perform on the workflowsMögliche Werte: Restart (restart), Unblock (unblock), Cancel Workflow (cancel), Cancel Workflow Recursive (cancel_recursive)
automatic submission of promptsets (submit-promptset)
if a restarted task requires a promptset to be submitted it will be submitted using the default values

Description

With this module, blocked workflows can be continued in different ways or the activities can be terminated. The workflows are searched for in the activities and can be specified with several filter criteria.

The following actions are available for continuing the workflows:

  • Cancel: Blocked workflows are canceled.
  • Cancel (recursive): Blocked workflows are canceled recursively. Sub-workflows are also canceled with this action.
  • Restart: The tasks that are blocking the workflow are restarted. The tasks that are blocking the workflow or sub-workflows are restarted.
  • Unblock: This action works like Restart, except that the tasks are not restarted, but the blocking is removed.