We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Every flow has some metadata associated (eg. displayname, author, etc. plus custom properties). Access to custom properties is needed in flow's code
It may work this way:
Flow blah... Basepath "boo" Configs conf ....
where variable conf will be bound to the map of custom properties defined for this flow
conf
The text was updated successfully, but these errors were encountered:
feat: allow flows to access their metadata properties #1340
344ba04
Merge pull request #1347 from JanssenProject/agama-issue_1340
3c15e44
jgomer2001
No branches or pull requests
Every flow has some metadata associated (eg. displayname, author, etc. plus custom properties). Access to custom properties is needed in flow's code
It may work this way:
where variable
conf
will be bound to the map of custom properties defined for this flowThe text was updated successfully, but these errors were encountered: