- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I do not have enough information to help you about mentioned.
You can use JS instead of Split node and create several branches.
Example code (change it per your needs):
var test= 1;
if(test> 1){
task.postEvent(task.transitionByName("branch1"));
} else {
task.postEvent(task.transitionByName("branch2"));
};
Regards,
Milan
Views
Replies
0 Likes
Total Likes