Create Workflow
This page provides the steps to follow to create a workflow in NalJalSeva. Here is the reference to the DIGIT workflow service.
Follow the steps below to create a workflow in NalJalSeva.
Steps
Follow these steps to create a workflow in NalJalSeva:
Check Existing Workflow:
Utilize the provided Postman collection that includes workflow creation and search APIs.
Use the search API to check if the workflow for the specified state already exists.
Workflow Creation:
If the workflow is not present, proceed to create it using the create API.
Ensure to provide the necessary details in the userInfo section and give superuser information.
Adjust parameters like tenantId and roles according to your specific requirements.
Port Forwarding:
Execute port forwarding to the workflow service using the following kubectl command:
kubectl port-forward <pod-name> -n mgramseva
Replace
<pod-name>
with the appropriate pod name.
Create Workflow:
After port forwarding, initiate the workflow creation process.
Search Through API:
Use the search API to verify that the workflow has been successfully created.
Adjust the search parameters as needed.
These steps ensure a smooth workflow creation process inNalJalSeva. Make sure to follow each step in sequence for a seamless experience.
Last updated
Was this helpful?