{
"_id": "<string>",
"name": "<string>",
"organizationId": "<string>",
"steps": [
{
"flowId": "<string>",
"flowName": "<string>",
"assigneeId": "<string>",
"statusMapping": "<string>",
"fieldMappings": [
{
"sourceField": "<string>",
"sourceStep": 123,
"targetField": "<string>"
}
],
"fieldSchema": [
{}
],
"order": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"customStatuses": [
{
"name": "<string>",
"isDefault": false,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"createdBy": "<string>",
"updatedBy": "<string>",
"createdTime": "2023-11-07T05:31:56Z",
"updatedTime": "2023-11-07T05:31:56Z"
}Objects
Workflow object
Unique workflow identifier
Workflow name (unique within organization)
Organization identifier
Array of workflow steps with field schemas
Show child attributes
Show child attributes
Custom status definitions
Show child attributes
Show child attributes
Creator email
Last updater email