Currently we can only configure questions and flow priority when using the POST API to queue workflows.
Would be good to be able be able send some of the Runtime configurations as well.
This would allow for much more flexibility.
Example
{
"questions":
[
{"name":"Test_dt","value":"1/1/2020"}
,{"name":"Test_Num","value":"53"}
,{"name":"Test_txt","value":"schedule test"}
]
, "priority": ""
"disable browse":"True" // When running flows in production this would reduce resource usage as data will no longer be cached. Having it as a parameters would mean that we can ensure that it is disabled
,"disable output":"False"
}
Current Fields
Possible other fields