Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Action name

GetArtifactVersion

Class name

com.cdrator.util.action.GetArtifactVersion

Available from core version

8.7

Description

Get release version of the package of a given artifact

Return value

String: Returns the version of a given pom group/artifact.

Properties

 

Parameters

  1. String: groupId
  2. String: artifactId

GetNextElementOnList

Action name

GetNextElementOnList

Class name

com.cdrator.util.action.GetNextElementOnList

Available from core version

8.7

Description

Retrieves the next element on a given list. Note: also removes the element from the original list.This is to make this action usable as an iteration starting point. Configure outcomes as needed.return value of null means no more elements.

Return value

Object: Returns the first element on the given list and removes the element from the list.

Properties

 

Parameters

  1. ArrayList: list

ThrowNewWorkflowExceptionAction

...