36373839404142
* @param config - Workflow Configuration */ public ACPWorkflowImpl(final ACPWorkflowConfig config) { this.config = config; this.ctx = new WorkflowContextDefaultImpl(); this.issues = new IssuesImpl(); }