3 Replies Latest reply on Oct 27, 2011 7:57 PM by powerspring

    process ID for startProcess()

    code_monkey

      As an experienced Java developer, I'm embarrassed to ask this question. I've asked other developers here and they just scratch their heads too. How do I determine what the process ID is for startProcess, e.g.:

       

      ksession.startProcess( processID, params )

       

      ? The docs say "just pass in the process ID" and don't go into any more detail. From the examples, it doesn't seem to be the package name or anything else obvious. I have a sample workflow that keeps dying because it doesn't recognize the process ID (and I've tried dozens!).

       

      Thanks for any help!