globalflea
globalflea
I was looking at adding unit test and looked at `parser/testdata/workflows/applicationrequest.json` with the following DSL: ``` ... "dataConditions": [ { "condition": "{{ $.applicants[?(@.age >= 18)] }}", "transition": { "nextState": "StartApplication"...
**What would you like to be added**: Need to standardize on using embedded struct or embedded interface, with the latter preferred. E.g. `OperationState` embeds struct `BaseState` instead of interface `State`,...
**What is the question**: Since the OnError struct defines both Transition & End as struct and not pointers, how should i check if either is "defined" since i can't check...