Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the id in a WorkflowTask #32

Closed
sam-goodwin opened this issue Nov 21, 2022 · 0 comments
Closed

What is the id in a WorkflowTask #32

sam-goodwin opened this issue Nov 21, 2022 · 0 comments

Comments

@sam-goodwin
Copy link
Owner

What is the purpose of the id in the WorkflowTask?

export interface WorkflowTask {
  executionId: string;
  id: string;
  events: HistoryStateEvents[];
}

The service currently uses a ULID for this value - it's not deterministic, therefore we can't use it for anything valuable?

@thantos thantos closed this as completed Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants