Wednesday, May 22, 2019

Workflow variables

Workflow variables :-
----------------------
Workflow variables provides ability to store data, in order to use it in the conditions and actions within workflow. If we want to store the variable values or numbers and to track number of times the session triggered we use workflow variables.

Series of sessions which are dependent on each other in an order is called Sequential batch


Series of sessions which are not dependent on each other and connected individually to start task is called Parallel batch.


In order to create workflow variable we go to workflow tab and edit it. We select variable tab and add the variables there.




To use work flow variable an assignment task is created and it is used to assign variables to the other sessions.




After assigning variable Next we give link condition so that next session triggers only after satisfying the condition.




Final Workflow looks like this












No comments:

Post a Comment

SUBQUERIES PRACTISE QUESTIONS

1. Write a SQL query to find those employees who receive a higher salary than the employee with ID 7369. SELECT * FROM EMP WHERE SAL >  (...