Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,34 @@
</multiInstanceLoopCharacteristics>
</callActivity>
<exclusiveGateway id="shouldDeleteDiscontinuedServicesGateway" name="Should Delete Discontinued Services" default="doNotDeleteDiscontinuedServicesFlow"></exclusiveGateway>
<callActivity id="processBatchesSequentially" name="Process Resource Batches Sequentially" flowable:async="true" calledElement="processBatches" flowable:calledElementType="key" flowable:inheritVariables="true" flowable:completeAsync="true" flowable:fallbackToDefaultTenant="false">
<callActivity id="processBatchesSequentially" name="Process Resource Batches Sequentially" flowable:async="true" calledElement="processBatches" flowable:calledElementType="key" flowable:completeAsync="true" flowable:fallbackToDefaultTenant="false">
<extensionElements>
<flowable:in source="user" target="user"></flowable:in>
<flowable:in source="userGuid" target="userGuid"></flowable:in>
<flowable:in source="correlationId" target="correlationId"></flowable:in>
<flowable:in source="serviceKeysToCreate" target="serviceKeysToCreate"></flowable:in>
<flowable:in source="deleteServices" target="deleteServices"></flowable:in>
<flowable:in source="initiator" target="initiator"></flowable:in>
<flowable:in source="__SPACE_ID" target="__SPACE_ID"></flowable:in>
<flowable:in source="__SERVICE_ID" target="__SERVICE_ID"></flowable:in>
<flowable:in source="space" target="space"></flowable:in>
<flowable:in source="deleteServiceKeys" target="deleteServiceKeys"></flowable:in>
<flowable:in source="mtaArchiveElements" target="mtaArchiveElements"></flowable:in>
<flowable:in source="appArchiveId" target="appArchiveId"></flowable:in>
<flowable:in source="orgId" target="orgId"></flowable:in>
<flowable:in source="mtaId" target="mtaId"></flowable:in>
<flowable:in source="namespace" target="namespace"></flowable:in>
<flowable:in source="completeMtaDeploymentDescriptor" target="completeMtaDeploymentDescriptor"></flowable:in>
<flowable:in source="dynamicResolvableParameters" target="dynamicResolvableParameters"></flowable:in>
<flowable:in source="ctsCurrentFileInfo" target="ctsCurrentFileInfo"></flowable:in>
<flowable:in source="archiveEntriesPositions" target="archiveEntriesPositions"></flowable:in>
<flowable:in source="isSecurityEnabled" target="isSecurityEnabled"></flowable:in>
<flowable:in source="secureExtensionDescriptorParameterNames" target="secureExtensionDescriptorParameterNames"></flowable:in>
<flowable:in source="isDisposableUserProvidedServiceEnabled" target="isDisposableUserProvidedServiceEnabled"></flowable:in>
<flowable:in source="disposableUserProvidedServiceName" target="disposableUserProvidedServiceName"></flowable:in>
<flowable:in source="stepPhase" target="stepPhase"></flowable:in>
<flowable:in source="batchToProcess" target="batchToProcess"></flowable:in>
</extensionElements>
<multiInstanceLoopCharacteristics isSequential="true" flowable:collection="batchesToProcess" flowable:elementVariable="batchToProcess">
<extensionElements></extensionElements>
</multiInstanceLoopCharacteristics>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,34 @@
<sequenceFlow id="flow155" sourceRef="computeNextAppsToRestartInParallel" targetRef="restartAppsParallel"></sequenceFlow>
<sequenceFlow id="flow156" sourceRef="restartAppsParallel" targetRef="hasParallelRestartCompletedGateway"></sequenceFlow>
<exclusiveGateway id="shouldDeleteDiscontinuedServicesGateway" name="Should Delete Discontinued Services" default="doNotDeleteDiscontinuedServicesFlow"></exclusiveGateway>
<callActivity id="processBatchesSequentially" name="Process Resource Batches Sequentially" flowable:async="true" calledElement="processBatches" flowable:calledElementType="key" flowable:inheritVariables="true" flowable:completeAsync="true" flowable:fallbackToDefaultTenant="false">
<callActivity id="processBatchesSequentially" name="Process Resource Batches Sequentially" flowable:async="true" calledElement="processBatches" flowable:calledElementType="key" flowable:completeAsync="true" flowable:fallbackToDefaultTenant="false">
<extensionElements>
<flowable:in source="user" target="user"></flowable:in>
<flowable:in source="userGuid" target="userGuid"></flowable:in>
<flowable:in source="correlationId" target="correlationId"></flowable:in>
<flowable:in source="serviceKeysToCreate" target="serviceKeysToCreate"></flowable:in>
<flowable:in source="deleteServices" target="deleteServices"></flowable:in>
<flowable:in source="initiator" target="initiator"></flowable:in>
<flowable:in source="__SPACE_ID" target="__SPACE_ID"></flowable:in>
<flowable:in source="__SERVICE_ID" target="__SERVICE_ID"></flowable:in>
<flowable:in source="space" target="space"></flowable:in>
<flowable:in source="deleteServiceKeys" target="deleteServiceKeys"></flowable:in>
<flowable:in source="mtaArchiveElements" target="mtaArchiveElements"></flowable:in>
<flowable:in source="appArchiveId" target="appArchiveId"></flowable:in>
<flowable:in source="orgId" target="orgId"></flowable:in>
<flowable:in source="mtaId" target="mtaId"></flowable:in>
<flowable:in source="namespace" target="namespace"></flowable:in>
<flowable:in source="completeMtaDeploymentDescriptor" target="completeMtaDeploymentDescriptor"></flowable:in>
<flowable:in source="dynamicResolvableParameters" target="dynamicResolvableParameters"></flowable:in>
<flowable:in source="ctsCurrentFileInfo" target="ctsCurrentFileInfo"></flowable:in>
<flowable:in source="archiveEntriesPositions" target="archiveEntriesPositions"></flowable:in>
<flowable:in source="isSecurityEnabled" target="isSecurityEnabled"></flowable:in>
<flowable:in source="secureExtensionDescriptorParameterNames" target="secureExtensionDescriptorParameterNames"></flowable:in>
<flowable:in source="isDisposableUserProvidedServiceEnabled" target="isDisposableUserProvidedServiceEnabled"></flowable:in>
<flowable:in source="disposableUserProvidedServiceName" target="disposableUserProvidedServiceName"></flowable:in>
<flowable:in source="stepPhase" target="stepPhase"></flowable:in>
<flowable:in source="batchToProcess" target="batchToProcess"></flowable:in>
</extensionElements>
<multiInstanceLoopCharacteristics isSequential="true" flowable:collection="batchesToProcess" flowable:elementVariable="batchToProcess">
<extensionElements></extensionElements>
</multiInstanceLoopCharacteristics>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,34 @@
<flowable:executionListener event="take" delegateExpression="${doNotDeleteServicesListener}"></flowable:executionListener>
</extensionElements>
</sequenceFlow>
<callActivity id="processBatchesSequentially" name="Process Resource Batches Sequentially" flowable:async="true" calledElement="processBatches" flowable:calledElementType="key" flowable:inheritVariables="true" flowable:completeAsync="true" flowable:fallbackToDefaultTenant="false">
<callActivity id="processBatchesSequentially" name="Process Resource Batches Sequentially" flowable:async="true" calledElement="processBatches" flowable:calledElementType="key" flowable:completeAsync="true" flowable:fallbackToDefaultTenant="false">
<extensionElements>
<flowable:in source="user" target="user"></flowable:in>
<flowable:in source="userGuid" target="userGuid"></flowable:in>
<flowable:in source="correlationId" target="correlationId"></flowable:in>
<flowable:in source="serviceKeysToCreate" target="serviceKeysToCreate"></flowable:in>
<flowable:in source="deleteServices" target="deleteServices"></flowable:in>
<flowable:in source="initiator" target="initiator"></flowable:in>
<flowable:in source="__SPACE_ID" target="__SPACE_ID"></flowable:in>
<flowable:in source="__SERVICE_ID" target="__SERVICE_ID"></flowable:in>
<flowable:in source="space" target="space"></flowable:in>
<flowable:in source="deleteServiceKeys" target="deleteServiceKeys"></flowable:in>
<flowable:in source="mtaArchiveElements" target="mtaArchiveElements"></flowable:in>
<flowable:in source="appArchiveId" target="appArchiveId"></flowable:in>
<flowable:in source="orgId" target="orgId"></flowable:in>
<flowable:in source="mtaId" target="mtaId"></flowable:in>
<flowable:in source="namespace" target="namespace"></flowable:in>
<flowable:in source="completeMtaDeploymentDescriptor" target="completeMtaDeploymentDescriptor"></flowable:in>
<flowable:in source="dynamicResolvableParameters" target="dynamicResolvableParameters"></flowable:in>
<flowable:in source="ctsCurrentFileInfo" target="ctsCurrentFileInfo"></flowable:in>
<flowable:in source="archiveEntriesPositions" target="archiveEntriesPositions"></flowable:in>
<flowable:in source="isSecurityEnabled" target="isSecurityEnabled"></flowable:in>
<flowable:in source="secureExtensionDescriptorParameterNames" target="secureExtensionDescriptorParameterNames"></flowable:in>
<flowable:in source="isDisposableUserProvidedServiceEnabled" target="isDisposableUserProvidedServiceEnabled"></flowable:in>
<flowable:in source="disposableUserProvidedServiceName" target="disposableUserProvidedServiceName"></flowable:in>
<flowable:in source="stepPhase" target="stepPhase"></flowable:in>
<flowable:in source="batchToProcess" target="batchToProcess"></flowable:in>
</extensionElements>
<multiInstanceLoopCharacteristics isSequential="true" flowable:collection="batchesToProcess" flowable:elementVariable="batchToProcess">
<extensionElements></extensionElements>
</multiInstanceLoopCharacteristics>
Expand Down
Loading