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 Workflow Modifier and Type Method Description WorkflowWorkflow.Builder. build()WorkflowWorkflow. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkflowWorkflow. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkflowWorkflow. with_activeworkflowid_value(UUID _activeworkflowid_value)WorkflowWorkflow. with_createdby_value(UUID _createdby_value)WorkflowWorkflow. with_createdonbehalfby_value(UUID _createdonbehalfby_value)WorkflowWorkflow. with_modifiedby_value(UUID _modifiedby_value)WorkflowWorkflow. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)WorkflowWorkflow. with_ownerid_value(UUID _ownerid_value)WorkflowWorkflow. with_owningbusinessunit_value(UUID _owningbusinessunit_value)WorkflowWorkflow. with_owningteam_value(UUID _owningteam_value)WorkflowWorkflow. with_owninguser_value(UUID _owninguser_value)WorkflowWorkflow. with_parentworkflowid_value(UUID _parentworkflowid_value)WorkflowWorkflow. with_plugintypeid_value(UUID _plugintypeid_value)WorkflowWorkflow. with_sdkmessageid_value(UUID _sdkmessageid_value)WorkflowWorkflow. withAsyncautodelete(Boolean asyncautodelete)WorkflowWorkflow. withBusinessprocesstype(Integer businessprocesstype)WorkflowWorkflow. withCategory(Integer category)WorkflowWorkflow. withClientdata(String clientdata)WorkflowWorkflow. withComponentstate(Integer componentstate)WorkflowWorkflow. withCreatedon(OffsetDateTime createdon)WorkflowWorkflow. withCreatestage(Integer createstage)WorkflowWorkflow. withDeletestage(Integer deletestage)WorkflowWorkflow. withDescription(String description)WorkflowWorkflow. withEntityimage(byte[] entityimage)WorkflowWorkflow. withEntityimage_timestamp(Long entityimage_timestamp)WorkflowWorkflow. withEntityimage_url(String entityimage_url)WorkflowWorkflow. withEntityimageid(UUID entityimageid)WorkflowWorkflow. withFormid(UUID formid)WorkflowWorkflow. withInputparameters(String inputparameters)WorkflowWorkflow. withIntroducedversion(String introducedversion)WorkflowWorkflow. withIscrmuiworkflow(Boolean iscrmuiworkflow)WorkflowWorkflow. withIscustomizable(BooleanManagedProperty iscustomizable)WorkflowWorkflow. withIscustomprocessingstepallowedforotherpublishers(BooleanManagedProperty iscustomprocessingstepallowedforotherpublishers)WorkflowWorkflow. withIsmanaged(Boolean ismanaged)WorkflowWorkflow. withIstransacted(Boolean istransacted)WorkflowWorkflow. withLanguagecode(Integer languagecode)WorkflowWorkflow. withMode(Integer mode)WorkflowWorkflow. withModifiedon(OffsetDateTime modifiedon)WorkflowWorkflow. withName(String name)WorkflowWorkflow. withOndemand(Boolean ondemand)WorkflowWorkflow. withOverwritetime(OffsetDateTime overwritetime)WorkflowWorkflow. withPrimaryentity(String primaryentity)WorkflowWorkflow. withProcessorder(Integer processorder)WorkflowWorkflow. withProcessroleassignment(String processroleassignment)WorkflowWorkflow. withProcesstriggerformid(UUID processtriggerformid)WorkflowWorkflow. withProcesstriggerscope(Integer processtriggerscope)WorkflowWorkflow. withRank(Integer rank)WorkflowWorkflow. withRendererobjecttypecode(String rendererobjecttypecode)WorkflowWorkflow. withRunas(Integer runas)WorkflowWorkflow. withScope(Integer scope)WorkflowWorkflow. withSolutionid(UUID solutionid)WorkflowWorkflow. withStatecode(Integer statecode)WorkflowWorkflow. withStatuscode(Integer statuscode)WorkflowWorkflow. withSubprocess(Boolean subprocess)WorkflowWorkflow. withSyncworkflowlogonfailure(Boolean syncworkflowlogonfailure)WorkflowWorkflow. withTriggeroncreate(Boolean triggeroncreate)WorkflowWorkflow. withTriggerondelete(Boolean triggerondelete)WorkflowWorkflow. withTriggeronupdateattributelist(String triggeronupdateattributelist)WorkflowWorkflow. withType(Integer type)WorkflowWorkflow. withUidata(String uidata)WorkflowWorkflow. withUiflowtype(Integer uiflowtype)WorkflowWorkflow. withUniquename(String uniquename)WorkflowWorkflow. withUnmappedField(String name, Object value)WorkflowWorkflow. withUpdatestage(Integer updatestage)WorkflowWorkflow. withVersionnumber(Long versionnumber)WorkflowWorkflow. withWorkflowid(UUID workflowid)WorkflowWorkflow. withWorkflowidunique(UUID workflowidunique)WorkflowWorkflow. withXaml(String xaml)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()
-