Workflow
Use the Workflow tab to insert properties that represent context of your workflow. These properties provide information from the running instance that you're designing and are displayed in teal. The following properties are available:
These properties provide information from the workflow definition.
Property | Description | Example |
---|---|---|
The workflow ID. This number value is set when the workflow instance starts. | 39 | |
The folio name, often used to identify different instances of the same workflow. Use the default folio or choose to create a custom folio. The maximum length for this field is 1024 characters. |
Default folio: 1/10/2019 3:19 AM Custom folio: Leave Request - #28174 |
|
The URL link to the View Flow. | http://k2.denallix.com/ViewFlow/ ViewFlow.aspx?ProcessID=39 | |
Date and time when the workflow instance started | 1/10/2019 3:19:41 AM | |
The name of your workflow when you created it. To locate this name, go to the Workflow Properties tab on the Configuration Panel. The workflow name shows in the Process Name field. The maximum length for this field is 128 characters. |
My Workflow | |
The added description for your workflow. By default, the field is empty. To view a description, select the Workflow Properties tab on the Configuration Panel and view the description in the Description field. The maximum length for this field is 128 characters. |
This workflow manages the leave process. | |
This is the expected duration of the workflow. The information for this field is captured in the Start the Tasks Workflow rule. | ||
The priority set for the workflow. There are three priority levels:
The default priority is Medium. To view the priority, go to the Workflow Properties tab on the Configuration Panel and select a view the priority set from the drop-down menu. |
2 | |
This shows any added comments to the workflow. If you’re using the Basic worklist form (default), comments added using the Comments tab on a task in Workspace appear in the Comments field. | Added comments to the workflow | |
This shows any attachments to the workflow. If you’re using the Basic worklist form (default), attachments added using the Attachment tab on a task in Workspace appear in the Attachment field | K2_logo.png (attached image) |
These properties provide information about the person who starts the workflow.
Property | Description | Example |
---|---|---|
The display name of the originator of this workflow. The display name comes from Active Directory or another configured identity provider. |
Denallix Administrator Bob Maggio |
|
The email address of the originator of this workflow. The email comes from Active Directory or another configured identity provider. |
administrator@denallix.com bob@denallix.com |
|
The name and domain name of the originator of this workflow. |
DENALLIX\Administrator DENALLIX\Bob |
|
The Fully Qualified Name (FQN) of the originator of the workflow instance, including the K2 label. |
K2:DENALLIX\Administrator K2:DENALLIX\Bob |
|
A reference to the Manager of the originator of the workflow instance. The Manager comes from Active Directory or another configured identity provider. |
K2:DENALLIX\Jonno (Administrator’s manager) K2:DENALLIX\Holly (Bob’s manager) |
This property provide information about the manager of the person starts the workflow.
Property | Description | Example |
---|---|---|
Provides the email address of the manager of the workflow originator. The manager comes from Active Directory or another configured identity provider. |
Jonno@denallix.com (Administrator’s manager) Holly@denallix.com (Bob’s manager) |
These properties provide information from the steps included in the workflow.
Property | Description | Example |
---|---|---|
The step ID. This number value is set when the workflow instance starts. | 55 | |
The name of the step. The maximum length for this field is 128 characters. |
Task Set Variable |
|
The added description for your workflow. By default, the field is empty. To view a description, select the Workflow Properties tab on the Configuration Panel and view the description in the Description field. The maximum length for this field is 128 characters. |
This task is sent to three recipients. The task completes when all of them approves the task | |
This shows when the step started. | 1/14/2019 2:08:23 AM | |
This shows when the step ended. | 1/14/2019 2:10:23 AM |
These properties provide information about the task user in the workflow. This section is only visible if your workflows contains a Task step and it is selected.
To use properties from this section in other steps of your workflow, the other steps must be part of a multi-step that also includes the Task step.
Keep in mind that at runtime, steps within a multi-step execute sequentially from top to bottom, one after the other. If you have a combination of a user task and server events, such as SmartObject Method or Send Email steps, steps after the user task may execute multiple times depending on the number of task recipients.
Another way to use the Task Result property (from this section) in other steps of your workflow, is to map it to a variable using the Set Variable step, and then use the variable in your workflow.
Property | Description | Example |
---|---|---|
The display name of the recipient of the task. The display name comes from Active Directory or another configured identity provider. | Codi Kaji | |
The email address of the recipient of task. The email comes from Active Directory or another configured identity provider. | Codi@denallix.com | |
The name and domain name of the recipient of this task. | DENALLIX\Codi | |
The Fully Qualified Name (FQN) of the recipient of this task, including the K2 label. |
K2:DENALLIX\Codi | |
A list of users that report to the current task recipient, as returned by the underlying user information store (such as Active Directory). The default setting of this feature in the K2 database is false. You need to set it to true to make sure the data shows up in the property.
Considerations:
|
K2:DENALLIX\MikeK2:DENALLIX\Rick (Users reporting to Codi) | |
Action Result |
The action taken on the task step by the recipient. At runtime, this property shows the action taken to complete the task. This property is only visible if you've selected a Task step.
If you copy and paste this property to a step that doesn't contain the context of the Task, your workflow won't deploy and an |
Approve |
These properties provide information about the task in the workflow. This section is only visible if your workflows contains a Task step and it is selected.
These properties provide information about the multi-step in the workflow. This section is only visible if your workflow contains a Multi-step and is selected.
Property | Description | Example |
---|---|---|
This is the ID for the multi-step. This ID is not for the steps within the multi-step. This number value is set when the workflow instance reaches the multi-step. | 65 | |
The name of the multi-step. By default this is the name of the first step contained in the multi-step, unless you’ve created a custom name. |
Default name: Send Email Custom name: My Multi-Step |
|
The added description for your multi-step. By default, the field is empty. To view a description, select the Workflow Properties tab on the Configuration Panel and view the description in the Description field. | This is a multi-step and contains a Send Email, Set Variables and Set Folio steps. |