Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Delayed Execution
Check this field to process the task in a delayed context. By default, Emakin executes task steps in a synchronized context until the task is assigned to a user or the workflow is completed. If you check this field, the workflow engine temporarily stops execution at the task and commits the current state to the database. The remaining execution is performed in another transaction. In some cases, you may need to use this field to ensure saving the current state and perform the remaining operations in another error-checking context.

Deadline

Configures the deadline time and action for assigned tasks to be completed automatically.

Duration
Duration of deadline after the task is assigned.  Duration can be selected from the list or can be manually entered in "d.hh:mm:ss" format. Duration can also be set in the prework script in a more dynamic behaviour.

Action
Action to be selected if the deadline occurs. This option is not mandatory if the auto-completion of the task is not requested.

Send Notify
Sends notification messages about the deadline. This option is only visible when a duration is defined.

Evaluation

Configures the task to perform scheduled operations depending on the task type:

...