Skip to content
New issue

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

[FEATURE] Create and provision workflow in the same time #280

Closed
amitgalitz opened this issue Dec 12, 2023 · 2 comments
Closed

[FEATURE] Create and provision workflow in the same time #280

amitgalitz opened this issue Dec 12, 2023 · 2 comments
Labels
enhancement New feature or request untriaged

Comments

@amitgalitz
Copy link
Member

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.

/_plugins/_flow_framework/workflow
{}
response:
workflowId: "G513W4wBRItvelfmy_w4"
/_plugins/_flow_framework/workflow/G513W4wBRItvelfmy_w4/_provision
response:
workflowId: "G513W4wBRItvelfmy_w4"

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

@amitgalitz amitgalitz added enhancement New feature or request untriaged labels Dec 12, 2023
@dbwiddis
Copy link
Member

This duplicates #259

@amitgalitz
Copy link
Member Author

This duplicates #259

didn't notice we had this already, closing this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged
Projects
None yet
Development

No branches or pull requests

2 participants