Petals ESB CLI

Add a command for Petals SE Flowable to delete (purged) a process instance

Details

  • Description:
    Hide

    Add a command to delete (purged) a process instance. All data relative to the given process instance will be deleted:

    se-flowable.purge-process-instance [-i <process-instance-id> | -f <process-instance-ids-file>] [-n <component-identifier>] [-o <output-file>]

    avec:

    • -i, --process-instance-id: the identifier of the process instance to purge (can be retrieved through the command 'se-flowable.list-process-instances' (see PETALSESBCLI-173)),
    • -f, --process-instance-ids-file: the name of a file containing the list of process instance identifiers to purge (this file can be the output of the command 'se-flowable.list-process-instances' (see PETALSESBCLI-173)), 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",
    • -o, --output-file: name of the file where associated flow instance identifiers will be written instead of standard output.

    This command will return the flow instances (MONIT traces) associated to the purged process instance.
    If no output file is provided, flow instance identifiers are listed on standard output.

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

    Show
    Add a command to delete (purged) a process instance. All data relative to the given process instance will be deleted:
    se-flowable.purge-process-instance [-i <process-instance-id> | -f <process-instance-ids-file>] [-n <component-identifier>] [-o <output-file>]
    avec:
    • -i, --process-instance-id: the identifier of the process instance to purge (can be retrieved through the command 'se-flowable.list-process-instances' (see PETALSESBCLI-173)),
    • -f, --process-instance-ids-file: the name of a file containing the list of process instance identifiers to purge (this file can be the output of the command 'se-flowable.list-process-instances' (see PETALSESBCLI-173)), 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",
    • -o, --output-file: name of the file where associated flow instance identifiers will be written instead of standard output.
    This command will return the flow instances (MONIT traces) associated to the purged process instance. If no output file is provided, flow instance identifiers are listed on standard output. The number of associated flow instances listed is printed on standard output.
  • Environment:
    -

Issue Links

People

Dates

  • Created:
    Mon, 19 Mar 2018 - 11:04:42 +0100
    Updated:
    Wed, 21 Mar 2018 - 18:53:39 +0100
    Resolved:
    Wed, 21 Mar 2018 - 18:53:39 +0100