Skip to content

what is execution_id? when getting a workflow instance from databases, we select record by instance_id and execution_id as filters, why execution id is necessary? Is instance id not unique enough ? #189

Answered by cschleiden
abserari asked this question in Q&A
Discussion options

You must be logged in to vote

You are right, currently it's not used at all. This relates to the Durable Task concept of "Eternal orchestrations": https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-eternal-orchestrations?tabs=csharp

I thought of integrating this in go-workflows, too, but for now decided against it. It could be removed I just haven't gotten to it yet.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cschleiden
Comment options

Answer selected by abserari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants