Create task/stage/flow API
Prerequisite
learn here about what a task/stage/flow is and how they are structured and created.
Steps
1. create API
once a flow is imagined with your customer application and you're aware of the names of the components that are added in your app.routing.module. you can go ahead and create the tasks, stages, and flow using the create API that is provided.
2. create
the server validates and stores the task/stage/flow in Flow DB.
1.a create API response
the server responds with the create API response, also checks if there is a task or stage or flow with same configuration if not it will go ahead and create/store in DB.
Last updated
Was this helpful?