corrad-bp/docs/json/process-builder/processVariables.json
Md Afiq Iskandar eadf3443de Add Workflow Execution Page and Update Process Management
- Introduced a new page for executing business process workflows, allowing users to run and interact with processes directly.
- Added functionality to navigate to the workflow execution page from the process management interface.
- Enhanced the user experience with loading states and dynamic step execution feedback.
- Updated the process management page to include a button for running workflows, improving accessibility to process execution features.
- Ensured integration with existing form and conditional logic components for seamless workflow execution.
2025-07-15 12:52:54 +08:00

29 lines
579 B
JSON

{
"apiError": {
"name": "apiError",
"type": "object",
"scope": "global",
"value": null,
"description": "API error from API Call"
},
"apiResponse": {
"name": "apiResponse",
"type": "object",
"scope": "global",
"value": null,
"description": "API response from API Call"
},
"kategoriAsnaf": {
"name": "kategoriAsnaf",
"type": "string",
"scope": "global",
"description": ""
},
"todoTitle": {
"name": "todoTitle",
"type": "string",
"scope": "global",
"description": "Title from API response"
}
}