Contextual information about the workflow
ID
Unique identifier for a particular instance of the workflow
Name
Describes the workflow action
Creates an {@link ICheckpoint} for the workflow
Name of the checkpoint
Marks the workflow as complete and optionally reports it
Whether or not the workflow should be reported (If no value passed, the autoReport option will be used. If no autoReport option was specified, this defaults to true.)
If the workflow is reported, this will remove the workflow from the {@link IPerformanceMonitorService} if it is being tracked
Retrieves the time value difference between 2 checkpoints in milliseconds
name of the start checkpoint
name of the end checkpoint
Assigns a context property
Context property name
Context property value
Whether or not to override the existing value (Defaults to false)
Marks the start of the workflow
Workflow to monitor performance during transform