This is a dialog used to copy processes
Props
Name | Type | Default value | Required? | Description |
---|---|---|---|---|
processesToBeCopied |
Boolean | - | Yes | the processes that are supposed to be copied |
Events
Name | Payload Type | Description |
---|---|---|
done |
undefined | signals that copying the process was successfull |
process |
Object.<Process>|null | the process copy that was created (null when more than one) |
cancel |
undefined | if the form should be closed without the intention of doing anything (abort) |