addWorkflowUserInteraction: WorkflowUserInteraction!

This mutation is used to create a new user interaction for a workflow. Return information will be specific to the newly created user interaction. **Returns:** Returns the newly created workflow user interaction data.

workflowId: UUID!

The workflow ID that the new user interaction will be associated to.

interactionInput: WorkflowUserInteractionInput!

The details of the user interaction.