...
Code Block | ||
---|---|---|
| ||
/** * Update the stage of a automation composition element. * * @param automationCompositionIdinstanceId the ID of the automation composition to update the state on * @param elementId the ID of the automation composition element to update the state on * @param stateChangeResult the indicator if error occurs * @param nextStage the next stage to do * @param message the message */ void updateAutomationCompositionElementStage(UUID automationCompositionIdinstanceId, UUID elementId, StateChangeResult stateChangeResult, Integer nextStage, String message); |
...
Code Block | ||
---|---|---|
| ||
"709c62b3-8918-41b9-a747-d21eb79c6c23": { "id": "709c62b3-8918-41b9-a747-d21eb79c6c23", "definition": { "name": "onap.policy.clamp.ac.element.Http_SinkAutomationCompositionElementSefAutomationCompositionElement", "version": "1.2.3" }, "participantId": "101c62b3-8918-41b9-a747-d21eb79c6c91", "deployState": "MIGRATING", "stage": 2, "lockState": "NONELOCKED", "description": "SinkSef Automation Composition Element for the Demo", "message": "Stage 0 completed", |
...