-
Notifications
You must be signed in to change notification settings - Fork 109
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
Implement script component #1102
Labels
Comments
Skaiir
added a commit
that referenced
this issue
Mar 25, 2024
Skaiir
added a commit
that referenced
this issue
Mar 25, 2024
Skaiir
added a commit
that referenced
this issue
Mar 25, 2024
Skaiir
added a commit
that referenced
this issue
Mar 25, 2024
Skaiir
added a commit
that referenced
this issue
Mar 25, 2024
Skaiir
added a commit
that referenced
this issue
Mar 25, 2024
Skaiir
added a commit
that referenced
this issue
Mar 25, 2024
Skaiir
added a commit
that referenced
this issue
Apr 2, 2024
Skaiir
added a commit
that referenced
this issue
Apr 2, 2024
bpmn-io-tasks
bot
added
needs review
Review pending
and removed
in progress
Currently worked on
labels
Apr 2, 2024
Skaiir
added a commit
that referenced
this issue
Apr 4, 2024
Skaiir
added a commit
that referenced
this issue
Apr 4, 2024
Skaiir
added a commit
that referenced
this issue
Apr 4, 2024
Skaiir
added a commit
that referenced
this issue
Apr 8, 2024
Skaiir
added a commit
that referenced
this issue
Apr 8, 2024
Skaiir
added a commit
that referenced
this issue
Apr 8, 2024
Skaiir
added a commit
that referenced
this issue
Apr 8, 2024
Skaiir
added a commit
that referenced
this issue
Apr 8, 2024
bpmn-io-tasks
bot
added
in progress
Currently worked on
and removed
needs review
Review pending
labels
May 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
We want to allow users to build custom interactions in the form that are not available out of the box. While we have expressions that allow us some pretty nice simple interactions, we need a more complex, sandboxed environment where we can run javascript.
Describe the solution you'd like
A safe, sandboxed environment where JavaScript is simply executed. This sandbox will have a communication channel with the main form which restricts the interactions to data passing. We would use an iframe to achieve this sandboxing.
Breakdown
Additional context
https://github.com/camunda/team-hto/issues/528
The text was updated successfully, but these errors were encountered: