Combining JSON definitions with FluentAPI #1336
Unanswered
daniele-betsson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I was wondering whether it is possible to create workflows by doing a combination of Json+ c# fluent definition?
An example, I would like to explore the possibility of defining multiple different branches of a workflow in JSON, defined separately, but then combining them based on different conditions using c#, to create 1 final workflow? This would also be helpful to avoid constructing a single large definition.
Or else, create a base definition as Json, and then continue its definition using c# after loading it.
Beta Was this translation helpful? Give feedback.
All reactions