Executing workflows
Last updated
Last updated
As you may have already noticed in the previous chapter, the task parameters can take absolute values, or parametrized values.
Example: parameter "policyType"
can take:
absolute value: "CASCO"
parametrized value: "${workflow.input.policyType}"
Depending on the tasks parameters in your workflow, you will be prompted to fill in the corresponding values when the dialog is shown.
Steps to execute an workflow:
Hit Execute Button either from the list of workflows, or the edit page of the corresponding workflow:
2. A dialog will open and all the parameter values must be set:
Each parameter can take string or numeric values, but it can also take Json object values.
3. Hit Execute Button from the dialog and the workflow is now ready to be run by Conductor.
4. Check out the execution result. To do that, navigate to "Execution Details" screen by one of the following means:
Click on the corresponding link from the list of the workflow executions, found in the right side of the edit screen which can be open for every workflow:
5. Analyze the execution details and see all the steps that the flow has taken:
Here, you can see what tasks have been executed and their statuses, review the input values and find out what output was produced, visualize the execution Json, edit the input values and re-execute the workflow.
Also, you can visualize the execution diagram and understand the path that the flow has taken and what decision have been made.
Hit " Go to execution" button from the dialog
Navigate using the main menu tab: