Skip to content

Conversation

@oleg-shilo
Copy link
Contributor

https://github.com/oleg-shilo/Temporalio.Graphs

The Temporalio.Graphs project allows for creating DAG-like visualization for workflows by generating a Mermaid diagram representing your workflow. The diagram is generated by executing the workflow in the mocked mode and aggregating the information about all visited workflow activities. The diagram can be generated as a step on CI or even on the worker's production instance. The package supports a special type of workflow activity - Decision. This is something that is not supported by Temporal natively.

flowchart LR
s((Start)) --> Withdraw --> 0{NeedToConvert} -- yes --> CurrencyConvert --> 1{IsTFN_Known} -- yes --> NotifyAto --> Deposit --> e((End))
1{IsTFN_Known} -- no --> TakeNonResidentTax --> Deposit
0{NeedToConvert} -- no --> 1{IsTFN_Known}
Loading

@CLAassistant
Copy link

CLAassistant commented Nov 18, 2024

CLA assistant check
All committers have signed the CLA.

@webchick
Copy link
Collaborator

webchick commented Dec 4, 2024

Awesome stuff, thanks for your contribution, Oleg! :D Happily merged!

@webchick webchick merged commit d099324 into temporalio:main Dec 4, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

3 participants