signal a workflow

post/api/v1/workflow/publishToInternalChannel

Request body

workflowIdstring required
workflowRunIdstring

Example request

{
  "messages": [
    {
      "channelName": "channelName",
      "value": {
        "data": "data",
        "extStoreId": "extStoreId",
        "extPath": "extPath",
        "encoding": "encoding"
      }
    },
    {
      "channelName": "channelName",
      "value": {
        "data": "data",
        "extStoreId": "extStoreId",
        "extPath": "extPath",
        "encoding": "encoding"
      }
    }
  ],
  "workflowRunId": "workflowRunId",
  "workflowId": "workflowId"
}

Response

successful operation

Changes