name | String | short description of this workflow | [optional] |
description | String | detailed description of this workflow | [optional] |
role | RoleEnum | the role with permissions to execute the workfow as | [optional] |
schedule | String | cron string to determine when this runs | [optional] |
meta | String | metadata in any text format to be used in client code | [optional] |
tasks | List<Task> | an array of Tasks to be performed | [optional] |
state | List<WorkflowState> | an array stateful objects to be used in the workflow | [optional] |
status | StatusEnum | last known status of the workflow | [optional] |
id | UUID | Unique identifier for object in the system | [optional] |
ownerId | UUID | UUID of owner of the object in the system | [optional] |
createdDate | OffsetDateTime | Date of object creation | [optional] |
keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] |
lastAccessedById | UUID | Last user to access object | [optional] |
lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] |
lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] |
lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] |