Skip to documentation
MyForms integration

Merge Superseded Source Cleanup

Perform Merge Superseded Source Cleanup through MyForms.

View as Markdown
intake_merge_superseded_source_cleanup
write

Inputs

  • superseded_source_cleanup_context
    jsonrequired
    Superseded Source Cleanup Context

    Required JSON value.

  • delete_result
    jsonrequired
    Delete Result

    Required JSON value.

Outputs

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