updateWorkflowAutomationAction: WorkflowAutomationAction!
This mutation is used to update the details of a single automation action. Return information will be specific to the automation action details. **Returns:** Returns the newly updated automation action data.
actionId: UUID!
The automation ID that will updated.
actionInput: WorkflowAutomationActionInput!
The action details. This includes clear, close, form submission request and set status actions.
