Interface WorkflowInstanceAttributeResolver

All Superinterfaces:
WorkflowInstanceExtension

public interface WorkflowInstanceAttributeResolver extends WorkflowInstanceExtension
Interface for implementing custom workflow instance attribute resolvers. WorkflowInstanceAttributeResolver provides a way to resolve and transform attributes during workflow instance execution, with access to the workflow instance context and attribute data.
Since:
1.0
See Also: