Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.04 KB

File metadata and controls

15 lines (11 loc) · 1.04 KB

Zernio.Model.UpdateWorkflowRequest

Properties

Name Type Description Notes
Name string [optional]
Description string [optional]
Nodes List<WorkflowNode> [optional]
Edges List<WorkflowEdge> [optional]
EntryNodeId string [optional]
AccountId string Reassign the workflow to a different `SocialAccount`. `platform` and `profileId` are derived server-side from the new account (the client never sends them directly). The account must belong to the caller's workspace and be on a workflow-supported platform (whatsapp, instagram, facebook, telegram, twitter, bluesky, reddit). Changing this triggers a graph revalidation against the new platform. [optional]

[Back to Model list] [Back to API list] [Back to README]