Check Follow-Up Task
Perform Check Follow-Up Task through MyForms.
myforms_check_follow_up_taskwrite
Inputs
- Context Payload
context_payloadjsonOptional JSON value.
- Task Name
task_nametextOptional text value.
- Failure Task Name
failure_task_nametextOptional text value.
Outputs
No named outputs are declared for this action.
Output schema completeness: unknown
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {
"task_name": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"context_payload": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"failure_task_name": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {},
"additionalProperties": true
}