Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

I try to complete assignment from plugin but doesnt work.

ApplicationContext applicationContext = AppUtil.getApplicationContext();
        WorkflowManager workflowManager = (WorkflowManager) applicationContext.getBean("workflowManager");
ApplicationContext applicationContext = AppUtil.getApplicationContext();

WorkflowManager workflowManager = (WorkflowManager) applicationContext.getBean("workflowManager");

workflowManager.assignmentComplete("197_61_complain_complain_raiseIssue");

any suggestion?