moveAction(at:to:)
Moves the action from the specified start position to the specified end position in the receiving workflow.
Declaration
func moveAction(at startIndex: Int, to endIndex: Int)Parameters
- startIndex:
The start position of the action to move.
- endIndex:
The end position for the action that is moved.
Discussion
If either index is invalid, this method does nothing.