Skip to documentation
MyForms integration

Prepare Superseded Source Cleanup

Perform Prepare Superseded Source Cleanup through MyForms.

View as Markdown
intake_prepare_superseded_source_cleanup
write

Inputs

  • case_payload
    jsonrequired
    Case Payload

    Required JSON value.

  • order_change_match_context
    jsonrequired
    Order Change Match Context

    Required JSON value.

  • source_cleanup_context
    jsonrequired
    Source Cleanup Context

    Required JSON value.

Outputs

  • successSuccess
  • delete_requestDelete Request
  • superseded_source_cleanup_contextSuperseded Source Cleanup Context
  • execution_summaryExecution Summary
  • side_effect_ledgerSide Effect Ledger
  • manual_review_requiredManual Review Required
  • errorError
  • failure_categoryFailure Category

Output schema completeness: best_effort_declared

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",
  "required": [
    "case_payload",
    "order_change_match_context",
    "source_cleanup_context"
  ],
  "properties": {
    "case_payload": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "source_cleanup_context": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "order_change_match_context": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "delete_request": {},
    "failure_category": {},
    "execution_summary": {},
    "side_effect_ledger": {},
    "manual_review_required": {},
    "superseded_source_cleanup_context": {}
  },
  "additionalProperties": true
}
View all MyForms actions