Skip to documentation
MyForms integration

Check Blocker Tasks

Perform Check Blocker Tasks through MyForms.

View as Markdown
intake_check_blocker_tasks
write

Inputs

  • context_payload
    json
    Context Payload

    Optional JSON value.

  • account_key
    text
    Account Key

    Optional 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": {
    "account_key": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "context_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all MyForms actions