• /
  • EnglishEspañolFrançais日本語한국어Português
  • Inicia sesiónComenzar ahora

SignalWorkflowRun

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}

Screenshot displaying Logs if the workflow was started with the options: {logLevel: DEBUG}
Copyright © 2025 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.