CustomWorkflowActivity
CustomWorkflowActivity.Rd
Class representing a custom workflow activity object.
Public fields
name
The name of the custom workflow activity.
className
The custom workflow activity's class name.
assemblyContent
The content of the custom workflow activity.
Methods
Method new()
Create a new custom workflow activity instance.
Usage
CustomWorkflowActivity$new(
name = NULL,
className = NULL,
assemblyContent = NULL
)