workflowId: UUID!
The workflow that the automation would be associated to.
automationInput: WorkflowAutomationInput!
Automation details which includes description, is active boolean and order.
This mutation is used to create a new automation for a workflow. Return information can include automation actions, conditions, and trigger details along with information about the workflow. **Returns:** Returns the newly created automation data.
workflowId: UUID!
The workflow that the automation would be associated to.
automationInput: WorkflowAutomationInput!
Automation details which includes description, is active boolean and order.