Uses of Class
microsoft.dynamics.crm.entity.Workflow
-
Packages that use Workflow Package Description microsoft.dynamics.crm.container microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.request -
-
Uses of Workflow in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container with parameters of type Workflow Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Msdyn_RegisterSolutionHealthRuleResponse>System. msdyn_RegisterSolutionHealthRule(String ruleDescription, String owningSolutionId, String uniqueName, Crmbaseentity resolutionAction, Msdyn_solutionhealthruleset ruleSetId, String ruleArguments, String ruleName, Workflow workflowReference, String resolutionMessage) -
Uses of Workflow in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return types with arguments of type Workflow Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Workflow>Workflow. createWorkflowFromTemplate(String workflowName)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Workflow>Workflow. initializeModernFlowFromAsyncWorkflow() -
Uses of Workflow in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request that return types with arguments of type Workflow Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Workflow>WorkflowRequest. createWorkflowFromTemplate(String workflowName)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Workflow>WorkflowRequest. initializeModernFlowFromAsyncWorkflow()
-