You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to generate a UUID deterministically in an Activity (Slack). It works in a real Temporal instance because the activityInfo().workflowExecution.runId is a UUID, however the MockActivityEnvironment does not generate UUIDs.
I need to know whether the Workflow run ID is always a UUID, and I can depend on that. If so, the MockActivityEnvironment should be updated to match that behaviour.