
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@elsa-workflows/elsa-workflow-designer
Advanced tools
Elsa is a visual programming tool that allows you to implement parts or all of your application with workflows. Elsa Designer is a standalone client-side web component that you can embed in your own application.
<script src='https://unpkg.com/@elsa-workflows/elsa-workflow-designer@0.0.10/dist/elsa-workflow-designer.js'></script>
in the head of your index.htmlnpm install @elsa-workflows/elsa-workflow-designer --save
<script src='node_modules/@elsa-workflows/elsa-workflow-designer/dist/elsa-workflow-designer.js'></script>
in the head of your index.htmlnpm install @elsa-workflows/elsa-workflow-designer --save
import @elsa-workflows/elsa-workflow-designer;
To use the component, add the following HTML tag:
<wf-designer-host></wf-designer-host>
Out of the box, the designer registers a default set of activities that are provided from a set of plugins. To add custom activities, you need to define them as part of a custom plugin.
TODO: Describe how to register custom activity definitions using JavaScript & JSON.
FAQs
Stencil Component Starter
The npm package @elsa-workflows/elsa-workflow-designer receives a total of 3 weekly downloads. As such, @elsa-workflows/elsa-workflow-designer popularity was classified as not popular.
We found that @elsa-workflows/elsa-workflow-designer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.