R: OSWF input parameter in trigger function parameter(?)

"Travelli Stefano" <[email protected]>
Newsgroups gmane.comp.java.open-symphony.devel
Message-ID <[email protected]>
>Furthermore, is it necessary to give the job different name, or will the job 
>be workflow dependent. (May several workflow instance schedule a job with the 
>same jobName, triggerName and groupName)

Note that ScheduleJob appends the wfid to jobName, triggerName and groupName. Look at the source:

            jobName = jobName + ":" + entry.getId();
            triggerName = triggerName + ":" + entry.getId();
            groupName = groupName + ":" + entry.getId();

BTW. Did someone have an elegant way to set {delay} as a specified number of millisecond before next step due-date?

stefano




-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.