Skip to content
New issue

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

feat(agama): allow flows to access the properties defined in their metadata #1340

Closed
jgomer2001 opened this issue May 16, 2022 · 0 comments
Closed
Assignees
Labels
kind-feature Issue or PR is a new feature request

Comments

@jgomer2001
Copy link
Contributor

jgomer2001 commented May 16, 2022

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

@jgomer2001 jgomer2001 self-assigned this May 16, 2022
@mo-auto mo-auto added the kind-feature Issue or PR is a new feature request label May 16, 2022
yurem added a commit that referenced this issue May 17, 2022
feat: allow flows to access their metadata properties #1340
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind-feature Issue or PR is a new feature request
Projects
None yet
Development

No branches or pull requests

2 participants