|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (6)
View Page HistoryThe Petals SE Flowable tooling pack for Petals ESB CLI is a set of commands relatives to the Petals SE Flowable. The pack comes with the commands:
* {{se-flowable.list-process-instances}}: List process instances ended,
* {{se-flowable.list-process-instances}}: List process instances ended,
* {{se-flowable.cancel-process-instance}}: Cancel process instance(s) in execution,
* {{se-flowable.purge-process-instance}}: Purge process instance(s),
* {{se-flowable.undeploy-process-definition}}: Undeploy a process definition.
* {{se-flowable.undeploy-process-definition}}: Undeploy a process definition.
Available commands:
...
...
se-flowable.cancel-process-instance
Cancel a process instance of the SE Flowable.
Cancel a process instance of the SE Flowable.
se-flowable.list-process-instances
List process instances of the SE Flowable.
se-flowable.purge-process-instance
Purge a process instance of the SE Flowable.
List process instances of the SE Flowable.
se-flowable.purge-process-instance
Purge a process instance of the SE Flowable.
set Assign a value to the system property named key.
se-flowable.undeploy-process-definition
Undeploy a process definition.
Undeploy a process definition.
...
{code}
{code}
The number of process instances listed is printed on standard output.
h2. Canceling process instance(s) in execution
The command *{{se-flowable.cancel-process-instance}}* provides a way to cancel process instances of a Petals SE Flowable. Canceling a process instance will terminate the process instance.
{code}
USAGE:
se-flowable.purge-process-instance usage: se-flowable.purge-process-instance [-f <process-instance-ids-file>
| -i <process-instance>] [-n <component-id>] [-r <reason>]
DESCRIPTION:
Cancel a process instance of the SE Flowable
OPTIONS DESCRIPTION:
-f,--process-instance-ids-file <process-instance-ids-file> Name of the input file containing identifiers of
process instances to purge.
-i,--process-instance <process-instance> The process instance to purge.
-n,--component-id <component-id> The identifier of the component.
Default: petals-se-flowable
-r,--cancellation-reason <reason> Cancellation reason.
{code}
The command *{{se-flowable.cancel-process-instance}}* provides a way to cancel process instances of a Petals SE Flowable. Canceling a process instance will terminate the process instance.
{code}
USAGE:
se-flowable.purge-process-instance usage: se-flowable.purge-process-instance [-f <process-instance-ids-file>
| -i <process-instance>] [-n <component-id>] [-r <reason>]
DESCRIPTION:
Cancel a process instance of the SE Flowable
OPTIONS DESCRIPTION:
-f,--process-instance-ids-file <process-instance-ids-file> Name of the input file containing identifiers of
process instances to purge.
-i,--process-instance <process-instance> The process instance to purge.
-n,--component-id <component-id> The identifier of the component.
Default: petals-se-flowable
-r,--cancellation-reason <reason> Cancellation reason.
{code}
h2. Purging process instance(s)
The command *{{se-flowable.purge-process-instance}}* provides a way to purge process instances of a Petals SE Flowable. Purging a process instance will deletes all data associated to the process instance from the Flowable database assocaited associated to the Petals SE Flowable.
{code}