01-18-2013 07:55 AM
01-21-2013 05:26 AM
01-21-2013 11:24 AM
However, as a sidenote, to take in account that Activiti will create executions on the fly sometimes to eg. create parallel steps, subprocesses, etc.
In that case, you would have for example an execution in the parallel gateway split, which actually doesn't really is a bottleneck.
01-24-2013 03:23 AM
01-25-2013 08:32 AM
01-25-2013 09:06 AM
/**
* Creates a new user. The user is transient and must be saved using
* {@link #saveUser(User)}.
* @param userId id for the new user, cannot be null.
*/
User newUser(String userId);
01-30-2013 03:57 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.