Skip to content

Commit

Permalink
Upstream 7.26.x PR for BXMSDOC-6913: Updated the steps for setting up…
Browse files Browse the repository at this point in the history
… automatic cleanup job process (apache#3096)

* BXMSDOC-6913: Updated the steps for setting up automatic cleanup job process (#44)

* Updated rebuilt attribute

Co-authored-by: Heena Manwani <[email protected]>
  • Loading branch information
hmanwani-rh and Heena Manwani authored Dec 11, 2020
1 parent 468afbf commit 1763701
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _artifacts/document-attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:REBUILT: Monday, August 31, 2020
:REBUILT: Friday, December 11, 2020


:ENTERPRISE_VERSION: 7.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,23 @@
You can set up an automatic cleanup job in {CENTRAL}.

.Procedure
. In {CENTRAL}, go to *Deploy* > *Jobs*.
. In {CENTRAL}, go to *Manage* > *Jobs*.
. Click *New Job*.
. Enter a name, due date, time, and the following command into the *Type* text field.
. Enter values for *Business Key*, *Due On*, and *Retries* fields.
. Enter the following command into the *Type* field.
+
[source]
----
org.jbpm.executor.commands.LogCleanupCommand
----

. Click *Add Parameter* if you want to use the <<logcleanupcommand_parameters_{context}, parameters>>, enter a parameter in the key section and enter a parameter value in the value section.
. Click *Create* to finalize the job creation wizard.
. To use the parameters, complete the following steps:
+
For full parameters list, see xref:clean-log-proc[].
+
.. Open the *Advanced* tab.
.. Click *Add Parameter*.
.. Enter a parameter in the *Key* column and enter a parameter value in the *Value* column.
. Click *Create*.

The automatic cleanup job is created successfully.
The automatic cleanup job is created.

0 comments on commit 1763701

Please sign in to comment.