Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.0 - Extension 'SE Flowable'
-
Fix Version/s: 1.1.0 - Extension 'SE Flowable'
-
Component/s: Extension 'SE Flowable'
-
Security Level: Public
-
- Environment:
- -
Issue Links
| Depends | |||
|---|---|---|---|
|
|||
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Major [ 3 ] |
| Fix Version/s | 1.0.1 - Extension 'SE Flowable' [ 10916 ] |
| Description |
Add a command to cancel/interrupt execution of a process instance:
{code} se-flowable.cancel-process-instance [-i <process-instance-id> | -f <process-instance-ids-file>] [-n <component-identifier>] {code} avec: * {{\-i}}, {{--process-instance-id}}: the identifier of the process instance to cancel, * {{\-f}}, {{--process-instance-ids-file}}: the name of a file containing the list of process instance identifiers to cancel (this file can be the output of the command '{{se-flowable.list-process-instances}}' (see * {{\-n}}, {{--component-id}}: the identifier of the SE Flowable on which the command must be invoked. Default value: "{{petals-se-flowable}}". |
Add a command to cancel/interrupt execution of a process instance:
{code} se-flowable.cancel-process-instance [-i <process-instance-id> | -f <process-instance-ids-file>] [-n <component-identifier>] {code} avec: * {{\-i}}, {{--process-instance-id}}: the identifier of the process instance to cancel, * {{\-f}}, {{--process-instance-ids-file}}: the name of a file containing the list of process instance identifiers to cancel. This file contains only one process instance id per line, * {{\-n}}, {{--component-id}}: the identifier of the SE Flowable on which the command must be invoked. Default value: "{{petals-se-flowable}}". |
| Link |
This issue depends on |
| Description |
Add a command to cancel/interrupt execution of a process instance:
{code} se-flowable.cancel-process-instance [-i <process-instance-id> | -f <process-instance-ids-file>] [-n <component-identifier>] {code} avec: * {{\-i}}, {{--process-instance-id}}: the identifier of the process instance to cancel, * {{\-f}}, {{--process-instance-ids-file}}: the name of a file containing the list of process instance identifiers to cancel. This file contains only one process instance id per line, * {{\-n}}, {{--component-id}}: the identifier of the SE Flowable on which the command must be invoked. Default value: "{{petals-se-flowable}}". |
Add a command to cancel/interrupt execution of a process instance:
{code} se-flowable.cancel-process-instance [-i <process-instance-id> | -f <process-instance-ids-file>] [-r <cancellation-reason>] [-n <component-identifier>] {code} avec: * {{\-i}}, {{--process-instance-id}}: the identifier of the process instance to cancel, * {{\-f}}, {{--process-instance-ids-file}}: the name of a file containing the list of process instance identifiers to cancel. This file contains only one process instance id per line, * {{\-r}}, {{--cancellation-reason}}: the cancellation reason, * {{\-n}}, {{--component-id}}: the identifier of the SE Flowable on which the command must be invoked. Default value: "{{petals-se-flowable}}". |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Resolution | Fixed [ 1 ] |