Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Moving to next task in custom Java code
System
Anybody know what are the possible ways to move to the next task in your custom Java class? The two ways I know would be to either know what the name of the Flow (transition) where you can use the transistionTo method. The other way I know is to know the name of the next task, then you can loop through the task to find the next transition. Is there any other way?
Find more posts tagged with
Comments
There are no comments yet