generate_migration_guide
Creates a numbered step-by-step guide to manually migrate Salesforce or Jira flows into ServiceNow Workflow Studio, detailing every click and configuration needed.
Instructions
Generates a clear, numbered step-by-step guide for manually building a Salesforce or Jira flow/automation inside ServiceNow Workflow Studio.
Does NOT touch ServiceNow via API — it only produces a human guide. Call this after analyze_flow or analyze_jira_automation.
The guide covers every click: where to go, what to name things, which trigger to choose, how to add each step and fill in its fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_platform | Yes | Where the flow comes from | |
| flow_analysis | Yes | Parsed flow structure from analyze_flow or analyze_jira_automation | |
| sn_table | Yes | ServiceNow target table (e.g. incident, problem, sc_req_item) | |
| field_mappings | No | Source field → SN field name | |
| sn_instance_url | No | SN instance URL for direct links (e.g. https://yourinstance.service-now.com) |