- Added detailed documentation for the new Gateway Decision Logic, including UI components for gateway condition configuration and evaluation processes. - Introduced examples for condition evaluation and decision path selection, improving clarity for users on how to implement and utilize gateway conditions. - Updated the process definition and variables to support the new gateway logic, ensuring seamless integration within the existing workflow. - Enhanced the user interface to display decision paths and condition evaluation results, providing better feedback during workflow execution.
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"apiError": {
|
|
"name": "apiError",
|
|
"type": "object",
|
|
"scope": "global",
|
|
"value": null,
|
|
"description": "API error from API Call"
|
|
},
|
|
"namaAsnaf": {
|
|
"name": "namaAsnaf",
|
|
"type": "string",
|
|
"scope": "global",
|
|
"description": ""
|
|
},
|
|
"todoTitle": {
|
|
"name": "todoTitle",
|
|
"type": "string",
|
|
"scope": "global",
|
|
"description": "Title from API response"
|
|
},
|
|
"asnafScore": {
|
|
"name": "asnafScore",
|
|
"type": "number",
|
|
"scope": "global",
|
|
"description": "Calculated score based on input lengths"
|
|
},
|
|
"todoStatus": {
|
|
"name": "todoStatus",
|
|
"type": "boolean",
|
|
"scope": "global",
|
|
"description": "Completion status (true if id > 100)"
|
|
},
|
|
"apiResponse": {
|
|
"name": "apiResponse",
|
|
"type": "object",
|
|
"scope": "global",
|
|
"value": null,
|
|
"description": "API response from API Call"
|
|
},
|
|
"kategoriAsnaf": {
|
|
"name": "kategoriAsnaf",
|
|
"type": "string",
|
|
"scope": "global",
|
|
"description": ""
|
|
},
|
|
"resultSummary": {
|
|
"name": "resultSummary",
|
|
"type": "string",
|
|
"scope": "global",
|
|
"description": "Summary string for result"
|
|
},
|
|
"resultTimestamp": {
|
|
"name": "resultTimestamp",
|
|
"type": "string",
|
|
"scope": "global",
|
|
"description": "Timestamp when script ran"
|
|
}
|
|
}
|