Hello,
I am attempting to select all tokens in all process flows using the gettokens command, so that particular ones can be selected and preempted. The problem that I am having is that general process flows and task executor process flows require different inputs in the gettokens command to work.
Any help would be appreciated, thank you.
According to the user manual, the following should work:
// definition: gettokens (obj instanceObject, obj activityOrAsset[, num flags]) Array theseTokens = gettokens(NULL, NULL); // passing NULL into the first argument should select all process flow instances, // and passing NULL into the second argument should select all tokens for each // instance // This however returns no tokens in the array....