Wait node #787
swapnil-pando
started this conversation in
General
Wait node
#787
Replies: 1 comment
-
Hi, // trigger event with id 10 of the current task
workitem = workflowService.processWorkItem(workitem.event(10)); In a web application this is typically the case when the user triggers a workflow action button (generated by the events from the models). To test this behaviour try out the Imixs-Process-Manager app. The only exceptions are:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a concept of wait node in Imixs workflow. Wait node should wait indefinitely at a point, until some user interaction happens like click of a button. Is there any way to implement this scenario in Imixs?
Beta Was this translation helpful? Give feedback.
All reactions