i have one workflow in which i want to add three decision points on alfresco exclusive gateway like if the workflow started by a employ it will go to manager. if it will started by manager it will go to cto,and if by cto ,go to MD.how can i put these conditions on exlusive gateway other than approve and reject.
Three requisites for that. Some of your transition from task node should lead to the given decision node. There you should put all the conditional transitions with one default transition. The variables which you use in the conditions should be defined in model.
thanks for your quick response but I don't want any approve or reject condition ,i want to check the condition through my custom variable Ex : if (some variable ==some value ) then goes to some flow else go to some other flow