synapse
synapse copied to clipboard
Synape.Integration - nuget package usage
Hello,
What is the question:
I referred serverless workflow sdk .net documentation on building workflow programmatically using C#. Few questions on Synape.Integration package usage :
- Is there a base class for creating functions instead of using inline functions?
- I am looking for way to define shared functions with C# (custom function type using .net) and I want the workflow control flow to be defined in JSON. My API will be reading workflow definition JSON and need run the workflow definition. Please advise.