WorkflowResult
Function Description
Execution result of workflow.
Parameter
Parameter | Type | Remarks |
---|---|---|
Result | bool | Execution result |
WorkflowInstanceId | int | |
NextState | string | |
NextStateName | string | |
IsEndState | bool | Whether it's end state or not |
ErrorMessage | string | Information prompt when execution fails |
NextApprovers | List<string> |
|
NextApproverRoles | List<string> |
|
EmailModelList | List<EmailModelData> |
List of Email Model |
Sample
{
"Result": true,
"WorkflowInstanceId": 0,
"NextState": "PendingApprove",
"NextStateName": "Draft",
"IsEndState": false,
"NextApprovers": [
"##180913015438400"
],
"NextApproverRoles": [],
"isCurrentStateTransfer": true
}