Start an instance at particluar instance

I have a workflow with normal start event, (no message or timer).
I want it to start at particular time later in day during off hours. Can i dynamically do that

Without changing the model at all? you’d need to implement some kind of external scheduler, that runs the rest call to start the process at a given time

Ok, it was an alternative…Just thought to first check with camunda if it provides any such funtionallity

Thanks A lot @Niall, for such a quick apt reply
Be Safe

1 Like

Couldn’t you add an timer start event along with the normal one?

I like @Neeniih 's suggestion.
the only problem with that approach is that it wouldn’t be dynamic, once deployed you could change the time it executes. Something like this would give you more flexibility. The input would require the user to add a time to execute. If the time is in the past then it will execute immediately.

@Neeniih Thanks for suggestion, we can definitely do this …but i think combination of external scheduler and this will be long way to go. External scheduler wont require modification to existing workflows