Petals SE Flowable tooling

Version 1 by Christophe DENEUX
on Mar 21, 2018 19:22.

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History

The Petals SE Flowable tooling pack for Petals 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.purge-process-instance}}: Purge process instance(s).,
* {{se-flowable.undeploy-process-definition}}: Undeploy a process definition.

{column}

The number of associated flow instances listed is printed on standard output.

h2. Undeploing a process definition

The command *{{se-flowable.undeploy-process-definition}}* provides a way to undeploing a process definition previously deployed through Petals SE Flowable.

{code}
USAGE:
se-flowable.undeploy-process-definition usage: se-flowable.undeploy-process-definition -k <process-definition-key>
[-n <component-id>] -v <process-definition-version>


DESCRIPTION:
Undeploy a process definition

OPTIONS DESCRIPTION:
-k,--process-definition-key <process-definition-key> The process definition key to undeploy.
-n,--component-id <component-id> The identifier of the component.
Default: petals-se-flowable
-v,--process-definition-version <process-definition-version> The process definition version to undeploy.
{code}