Workflow (v3)
Overview
Represents an approval workflow entity.The Java entity name is WFWorkflow
Members
Member variables of the entity:
| Member | Type | Description |
|---|---|---|
| id | String | Unique ID of the record |
| eid | String | Enterprise ID (4 characters long identifier) |
| enabled | boolean | Is the workflow active |
| name | String | Human-readable name of the workflow |
| description | String | Description of the workflow |
| autoApprove | boolean | |
| priority | Integer | Specify the order how multiple workflows are executed |
| notifTeamplateId | Integer | The ID of the assigned Notification template |
| notifTeamplateLang | String | The language code of the assigned Notification template |
| copyOf | Integer | |
| existsRequest | boolean | |
| steps | List<WorkflowStep> | List of the individual steps of the current workflow |
| creationDate | Date | Creation date of the workflow |
| createdBy | Integer | The ID of the user who created the workflow |
| createdByDisplay | String | Display name of the user who created the workflow |
| lastModificationDate | Date | Date of the last modification |
| lastModifiedBy | Integer | The ID of the user who modified the workflow at last time |
| lastModifiedByDisplay | String | Display name of the user who modified the workflow at the last time |
, multiple selections available, Use left or right arrow keys to navigate selected items