elsa-workflows / elsa-workflows/elsa-core

Elsa 3.6 Dispatch Workflow doesn't show the instance Id for the dispatched workflow.

Open
#7,398 0 comments 1 reaction 2 assignees Claimed by @sfmskywalker View on GitHub
triaged
Dominant language
C#
Stars
7.9k
Forks
1.5k
Avg merge
15h 22m
Merged PRs (30d)
114

Description

I see I can dispatch multiple workflows in loop and you can link the child to its parent using a correlation Id, however if you dispatch 5 child workflows in the loop, within the parent, its hard see to which dispatch relates to which iteration bc the dispatch result does not show the newly created instance Id in the logs. For example: If you spawn the SubWorkflow1 5 times, within the parent workflow, you need to see the details of iteration 3 of SubWorkflow1 its hard to determine which instance id relates to iteration 3. The easiest way i can think of is to filter by correlation Id (which is parent Instance Id) and some input parameter

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.