I have running workflow that wait for several commands and timer. Lets say the timer duration is 1 week. How to forcefully trigger the timer before that duration ?
Thanks
I have running workflow that wait for several commands and timer. Lets say the timer duration is 1 week. How to forcefully trigger the timer before that duration ?
Thanks
I would also make your workflow listen to a signal that unlocks the timer.
oke, its like adding new channel that unlock the timer. But, is it possible not through that added channel? I mean the condition where the workflow has only timer command in its wait_until statement.
like in this screen shoot, maybe something like “fire the timer” below the “send a signal” , or “send a signal” with timer name ?
Thanks
We plan to add support for specifying which signals should be included in this menu from the workflow code. But this is not yet available.