-
Notifications
You must be signed in to change notification settings - Fork 7
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(condition): add isActive
condition
#120
Conversation
packages/element-templates-json-schema-shared/src/defs/condition.json
Outdated
Show resolved
Hide resolved
packages/element-templates-json-schema-shared/src/defs/condition.json
Outdated
Show resolved
Hide resolved
Shall we add a description to the new field? I don't think it's self-explanatory from the name. |
This could be something like:
Let's also not forget to document when |
Where would be the best place to do this? Just the description of the |
Camunda Docs once this PR is merged: camunda/camunda-docs#2923 |
packages/element-templates-json-schema-shared/src/defs/condition.json
Outdated
Show resolved
Hide resolved
Regarding description, see: https://github.com/camunda/element-templates-json-schema/pull/120/files#r1400472914 |
0ce07e9
to
15a9a3b
Compare
Hmm maybe we call it |
Sounds good, since the logic has nothing to do with visibility. I'll get to it |
15a9a3b
to
6ca4101
Compare
isVisible
conditionisActive
condition
related to bpmn-io/bpmn-js-element-templates#19