This API triggers a signal to an existing running workflow. This can be used to send callback and be evaluated by the workflow to go to different next steps.
Parameters can be passed it along with the signal.
Example
After starting this workflow, this runId is returned upon start 107e6df2-aa17-41bc-8065-bfa46bde810b
The workflow can then be signaled with this mutation
mutation { workflowAutomationSignalWorkflowRun( accountId: 11933347 runId: "107e6df2-aa17-41bc-8065-bfa46bde810b" signalName: "approve" signalInputs: [{ key: "foo", value: "bar" }] ) { runId }}The following can be observed in the Logs if the workflow was started with the options: {logLevel: DEBUG}
