W Chan
                                            W Chan
                                        
                                    @cognifloyd We support two types of schema for publish 1) a string in the format k1=v1 k2=v2 and 2) a dictionary of key value pairs. That's the reason for the...
This is a good point on deadlock. I think for the time being we will keep this simple. The engine should detect that a lock is already acquired and will...
@apparentlymart I can extend the work here to include these additional requirements you mentioned. I think I understand the first two points. Can you provide an example here on your...
The implementation of `
Please be advised that per README, this LDAP auth backend is community supported. If your question is not being answered here which will be likely, please ask your question in...
Workflow parameters, variables that are defined at the top of the workflow, and variables that are published on task transition have different scope. For example, workflow parameters and vars defined...
Not sure if this is related. But it would be helpful from the actions tab to have an option to click on an icon to open the workflow in st2flow
This makes sense and can potentially minimize cascading changes to the st2flow core on DSL changes. I agree with your assessment on Slack that this is post v3.0.
In the WF definition, `main` should be `.` from action meta. This is limitation of mistral WF definition and due to way that it stores individual workflows and workbooks in...
For this specific case, is it possible to post the action meta generated by st2flow here so I can take a look?