Viewing the execution flow of the Process
Now that you have run your integration Process you may have noticed that it now has a new sign on the left side of the Process Name. When the Process was running it was a yellow arrow and when it is finished it is either a success:
or a failure:
Don't worry too much if it failed, that happens during development and sometimes during production too. We can dig deeper to see what happened during that Process execution from the Processes Instances View.
We have three options of how to see those Process Instances. The first way is to select the green or red icon and it will take us to the Process Instances View.
The other methods are similar to the ways we can run the Process. We can use the small arrow on the end of the Process row and it opens a list that has an option to "Show process instances". Lastly we can select the checkbox, use the Actions button to open the operation list and again find the "Show process instances" operation.
By using one of the methods described above we get to the Process Instances View.
When we select the Process Instance we are interested in we can see, from the list, the Process flow of that particular Process Instance:
From here we can see the Process flow and values of each step depending on the log settings of the Process and the Frends Environment. With default log settings you are able to inspect all the steps in the Process.
The next article is Introduction to what we are building