Workflow Properties

The basic configuration options for a workflow consist of the following:

Field Description

Field Name

Name. Name of the workflow context. It should satisfy context naming conventions. The name used to refer to this workflow from other parts of Iotellect.

name

Description. Text description of the Workflow context. This will be displayed to users to explain the workflow instance.

description

Template. Text of the workflow template in XML format. The default template defines an empty canvas.

template

Core Pool Size. Defines the core size of the workflow thread pool, i.e. the base number of tasks that are processed simultaneously.

corePoolSize

Maximum Pool Size. Defines the maximum size of the workflow thread pool, i.e. the number of concurrently processed tasks allowed in the case of task queue overflow.

maximumPoolSize

Maximum Unprocessed Task Queue Length. Defines how many unprocessed task operations can be queued before workflow thread pool size grows over its core size towards maximum size.

maximumTaskQueueLength

Generate Workflow Execution Events. When enabled, the workflow will generate events related to workflow execution.

logWorkflowExecution

Was this page helpful?