workflows_run_now
Manually fire a workflow on a specific entity, bypassing its trigger. Useful for testing a workflow you just authored, or for one-off automations the user invokes by name (e.g. "run my onboarding workflow on John Doe"). The entity must already exist; the workflow's trigger context is synthesized as { entity_type, entity_id, payload }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow UUID. | |
| payload | No | Optional extra payload data merged into the trigger context (alongside the loaded entity). | |
| entityId | Yes | UUID of the entity. | |
| entityType | Yes | What entity to run the workflow against. |