Uses of Class
org.compiere.wf.MWFProcess
-
Packages that use MWFProcess Package Description org.adempiere.util org.compiere.server org.compiere.wf -
-
Uses of MWFProcess in org.adempiere.util
Methods in org.adempiere.util that return MWFProcess Modifier and Type Method Description static MWFProcess
ProcessUtil. startWorkFlow(Properties ctx, ProcessInfo pi, int AD_Workflow_ID)
-
Uses of MWFProcess in org.compiere.server
Methods in org.compiere.server with parameters of type MWFProcess Modifier and Type Method Description protected int
WorkflowProcessor. sendAlertToResponsible(MWFResponsible responsible, ArrayList<Integer> list, MWFProcess process, String subject, String message, File pdf)
Send Alert To Responsible -
Uses of MWFProcess in org.compiere.wf
Methods in org.compiere.wf that return MWFProcess Modifier and Type Method Description MWFProcess
MWorkflow. start(ProcessInfo pi)
Deprecated.MWFProcess
MWorkflow. start(ProcessInfo pi, String trxName)
Start Workflow.MWFProcess
MWorkflow. startWait(ProcessInfo pi)
Start Workflow and Wait for completion.Constructors in org.compiere.wf with parameters of type MWFProcess Constructor Description MWFActivity(MWFProcess process, int AD_WF_Node_ID)
Parent ContructorMWFActivity(MWFProcess process, int next_ID, PO lastPO)
Parent ConstructorMWFActivity(MWFProcess process, Properties ctx, ResultSet rs, String trxName)
Process-aware Parent Constructor
-