globalflea

Results 3 issues of 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"...

question :question:

**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`,...

enhancement :pray:
good first issue

**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...

question :question: