Hi,
I'm trying to recreate a functionality "Move to this Node" in the jbpm-console, because I want to create some process Instances and move them to specific node.
I've read something in this forum, but I just know that it´s possible, but I don't know what is the way, 'cause the post only said: "check the API".
I checked javadoc aboud Node, Token, ExecutionContext, etc... but I couldn´t find a clue to move my token to specific node, So I´m expecting find
a method called like moveTOXXX or something like that. Till now I´ve not found it.
Please maybe somenone can support me to implement this solution.
Thanks!