We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently in order to provision a workflow, you first have to create the workflow and receive a workflowId.
/_plugins/_flow_framework/workflow {} response: workflowId: "G513W4wBRItvelfmy_w4" /_plugins/_flow_framework/workflow/G513W4wBRItvelfmy_w4/_provision response: workflowId: "G513W4wBRItvelfmy_w4"
We should have the option to add an optional provision=true flag to the create API to start provisioning right after create:
provision=true
/_plugins/_flow_framework/workflow?provision=true
The text was updated successfully, but these errors were encountered:
This duplicates #259
Sorry, something went wrong.
didn't notice we had this already, closing this one
No branches or pull requests
Is your feature request related to a problem?
Currently in order to provision a workflow, you first have to create the workflow and receive a workflowId.
What solution would you like?
We should have the option to add an optional
provision=true
flag to the create API to start provisioning right after create:/_plugins/_flow_framework/workflow?provision=true
The text was updated successfully, but these errors were encountered: