Newer Version Available
Implementing Workflow Steps
Workflow Steps are implemented as APEX classes that are used in implementing the
System.Callable interface.
- Classname: The name of the APEX class that will be instantiated.
- Method: The string value that will be sent to the APEX class call method as first parameter.
- Entity: Defines the entity that will be passed to the APEX class.