Interface WorkflowInstanceFunction

All Superinterfaces:
WorkflowInstanceExtension

public interface WorkflowInstanceFunction extends WorkflowInstanceExtension
Interface for implementing custom workflow instance functions. WorkflowInstanceFunction provides a way to execute custom business logic during workflow instance execution, with access to the workflow instance context and function execution details.
Since:
1.0
See Also: