Workflow¶
Workflow transition component¶
Use the WorkflowTransitionComponent
to display the available transitions of an
entity.
WorkflowTransitionComponent
usage¶
-
Import the
WorkflowTransitionsModule
in your module, This module registers all the dependencies and exports theWorkflowTransitionComponent
component. -
Add the component selector into your template, remember to set the entityType and the correlationId.