mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-23 22:30:37 +00:00
1.0 KiB
1.0 KiB
Start Process component
Displays Start Process, allowing the user to specify some basic details needed to start a new process instance.
Basic Usage
<adf-start-process
appId="YOUR_APP_ID" >
</adf-start-process>
Properties
| Name | Description |
|---|---|
| appId | (required): Limit the list of processes which can be started to those contained in the specified app |
| variables | Variables in input to the process RestVariable |
Events
| Name | Description |
|---|---|
| start | Raised when the process start |
| cancel | Raised when the process canceled |
| error | Raised when the start process fail |
