Ability to provide own unique workflow ID #254
andrewbroberg
started this conversation in
Ideas
Replies: 1 comment
-
|
@andrewbroberg Take a look at https://laravel-workflow.com/blog/extending-laravel-workflow-to-support-spatie-laravel-tags for one way you could do something similar. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently playing around with this package to see if it'll be a viable replacement for Temporal. Once nice feature of Temporal is to be able to provide an ID for a workflow, and Temporal will ensure two workflows with the same ID are not started at once.
For example, say I have a ProvisionOrder workflow. I'd like to be able to start the workflow with a unique ID of
order-123. If I was try and make another workflow with the same ID, and there is a workflow currently in progress, it should not store another workflow.Beta Was this translation helpful? Give feedback.
All reactions