WorkflowActivity
WorkflowActivity.Rd
Class representing a workflow activity object.
Public fields
activityType
String giving the activity type.
activityName
The activity's name.
settings
The activity's settings as string.
mappedInputArguments
A list of mapped input arguments. The items in the list must be objects of the class
ActivityMappedArgument
.mappedOutputArguments
a list of mapped output arguments. The items in the list must be objects of the class
ActivityMappedArgument
.inputArgumentsInfo
A list of argument information. The items in the list must be objects of the class
ActivityArgument
.
Methods
Method new()
Create a new workflow activity instance.
Usage
WorkflowActivity$new(
activityType = NULL,
activityName = NULL,
settings = NULL,
mappedInputArguments = NULL,
mappedOutputArguments = NULL,
inputArgumentsInfo = NULL
)
Arguments
activityType
String giving the activity type.
activityName
The activity's name.
settings
The activity's settings as string.
mappedInputArguments
A list of mapped input arguments. The items in the list must be objects of the class
ActivityMappedArgument
.mappedOutputArguments
a list of mapped output arguments. The items in the list must be objects of the class
ActivityMappedArgument
.inputArgumentsInfo
A list of argument information. The items in the list must be objects of the class
ActivityArgument
.