@StableMinor(version="12.3", sinceVersion="7.1") public interface IStepExecutable extends Serializable
step
executable. Besides the executable part itself,
it contains an optional description and an optional custom message. Both the
description and the custom message helps the execution of the process.Modifier and Type | Method and Description |
---|---|
void |
execute(IStep step)
Executes the step code.
|
String |
getDescription()
Returns the description of the step.
|
String |
getMessage()
Returns the message of the step.
|
void |
stepIgnored(IStep step)
Callback invoked when the step is ignored.
|
void execute(IStep step) throws Throwable
step
- the step owner of the executable.Throwable
String getDescription()
String getMessage()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.