Replies: 1 comment
-
WorkflowsToInject combine rules from another workflow into the current one. i.e. inputWorkflow.json
} testWorkflow.json
} var workflowRules = new string[] { inputWorkflow.json content, testWorkflow.json content }; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that the class RulesEngine.Models.Rule has the property WorkflowsToInject. Can you describe, what this property does, and if possible give an example?
Beta Was this translation helpful? Give feedback.
All reactions