Passing variable from DevOps pipeline into Elsa workflow #614
-
|
I have a use case where we want a DevOps build pipeline to trigger a workflow in Elsa. I was going to use HTTP Request to trigger the workflow and call it from the DevOps pipeline but could use another method if needed. So how can I pass variables from a DevOps pipeline (or any other outside source) into an Elsa workflow? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
That's a great use case. The easiest way to pass variables into an Elsa Workflows is by using the |
Beta Was this translation helpful? Give feedback.
That's a great use case.
The easiest way to pass variables into an Elsa Workflows is by using the
HTTP Request Receivedtrigger, effectively exposing the workflow as an endpoint. You can then post anything you like from your pipeline, ideally as a JSON body. That JSON will then be stored in the workflow and made available to the rest of it.