I’m developing a workflow post function. In its configuration, I want users to select a workflow transition.
How can I get access to the workflow being edited from AbstractWorkflowPluginFactory?
I’m developing a workflow post function. In its configuration, I want users to select a workflow transition.
How can I get access to the workflow being edited from AbstractWorkflowPluginFactory?
The AbstractorDescriptor parameter provided to getVelocityParamsForEdit(). Use getParent() until you find the top level WorkflowDescriptor.