Passing variables to process started by Timer Start event

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2014 12:53 AM
Hello,
I apologize if this question has been asked. I searched the forum quite a bit to see if this has been asked. I am a newbie to activiti and was trying to see if there was a way to send variables into a process that is triggered by Timer Start event. Since you do not initiate the process through one of the API calls in RuntimeService like you can for other events (none, message), how do you get variables into the process? Thank you in advance for your help.
I apologize if this question has been asked. I searched the forum quite a bit to see if this has been asked. I am a newbie to activiti and was trying to see if there was a way to send variables into a process that is triggered by Timer Start event. Since you do not initiate the process through one of the API calls in RuntimeService like you can for other events (none, message), how do you get variables into the process? Thank you in advance for your help.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2014 02:33 AM
Hi,
You can set process variables after the process start. Timer start event does not have possibility to set variables at the process instance start.
Regards
Martin
You can set process variables after the process start. Timer start event does not have possibility to set variables at the process instance start.
Regards
Martin
