I have a workflow that has a ‘Prompt and Response’ dialogue. I can run the workflow from the API using ExecuteWorkflowRequest but how do I provide values for the prompt and response inputs?
I have a workflow that has a ‘Prompt and Response’ dialogue. I can run
Share
Workflows don’t take parameters.
Dialogs take parameters, which are generally passed from other dialogs or queries.
The only thing I managed to do is to pass a related entity from parent workflow as the primary entity to a child workflow.