Uses of Class
com.skava.accounts.workflow.WorkflowOutputModel
Packages that use WorkflowOutputModel
Package
Description
Contains all required configuration files for Account Workflow.
Accounts Workflow Workitem is implemented for custom task.
-
Uses of WorkflowOutputModel in com.skava.accounts.workflow.config
Methods in com.skava.accounts.workflow.config that return WorkflowOutputModelModifier and TypeMethodDescriptionJbpmServiceBuilder.jbpmProcess
(String jbpmWorkflow, AccountWorkflowRuleRequest workflowCartRequest) This method is used to start the jbpm.JbpmServiceBuilder.startBpmnProcess
(org.kie.api.runtime.KieSession ksession, Map<String, Object> parameters, String processId) This method is used to start the process.JbpmServiceBuilder.startProcess
(Map<String, Object> workItem, String bpmnContent) This method is used to start the process. -
Uses of WorkflowOutputModel in com.skava.accounts.workflow.workitem
Methods in com.skava.accounts.workflow.workitem that return WorkflowOutputModelModifier and TypeMethodDescriptionApprovalActionProcess.approvalNotRequired()
This method return approval not required WorkflowOutputModel.ApprovalActionProcess.approvalRequired
(List<WorkflowCondition> approversList) This method return approval not required WorkflowOutputModel.