Skip to content

Commit 094761f

Browse files
authored
Update workflow.md
InitializeModernFlowFromAsyncWorkflow isn't in the Web API reference for now. Removing this temporarily to stop build error
1 parent a67378f commit 094761f

File tree

1 file changed

+2
-2
lines changed
  • powerapps-docs/developer/data-platform/reference/entities

1 file changed

+2
-2
lines changed

powerapps-docs/developer/data-platform/reference/entities/workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Set of logical rules that define the steps necessary to automate a specific busi
3333
|Delete|DELETE [*org URI*]/api/data/v9.0/workflows(*workflowid*)<br />See [Delete](/powerapps/developer/common-data-service/webapi/update-delete-entities-using-web-api#basic-delete)|<xref:Microsoft.Xrm.Sdk.Messages.DeleteRequest> or <br /><xref:Microsoft.Xrm.Sdk.IOrganizationService.Delete*>|
3434
|ExecuteWorkflow|<xref href="Microsoft.Dynamics.CRM.ExecuteWorkflow?text=ExecuteWorkflow Action" />|<xref:Microsoft.Crm.Sdk.Messages.ExecuteWorkflowRequest>|
3535
|GrantAccess|<xref href="Microsoft.Dynamics.CRM.GrantAccess?text=GrantAccess Action" />|<xref:Microsoft.Crm.Sdk.Messages.GrantAccessRequest>|
36-
|InitializeModernFlowFromAsyncWorkflow|<xref href="Microsoft.Dynamics.CRM.InitializeModernFlowFromAsyncWorkflow?text=InitializeModernFlowFromAsyncWorkflow Action" />|<xref:Microsoft.Crm.Sdk.Messages.InitializeModernFlowFromAsyncWorkflowRequest>|
36+
|InitializeModernFlowFromAsyncWorkflow||<xref:Microsoft.Crm.Sdk.Messages.InitializeModernFlowFromAsyncWorkflowRequest>|
3737
|install|<xref href="Microsoft.Dynamics.CRM.install?text=install Action" />|Type generated by CrmSvcUtil.exe or use <xref:Microsoft.Xrm.Sdk.OrganizationRequest> setting the required parameters for the message.|
3838
|ModifyAccess|<xref href="Microsoft.Dynamics.CRM.ModifyAccess?text=ModifyAccess Action" />|<xref:Microsoft.Crm.Sdk.Messages.ModifyAccessRequest>|
3939
|Retrieve|GET [*org URI*]/api/data/v9.0/workflows(*workflowid*)<br />See [Retrieve](/powerapps/developer/common-data-service/webapi/retrieve-entity-using-web-api)|<xref:Microsoft.Xrm.Sdk.Messages.RetrieveRequest> or <br /><xref:Microsoft.Xrm.Sdk.IOrganizationService.Retrieve*>|
@@ -1997,4 +1997,4 @@ See the [botcomponent_workflow](botcomponent.md#BKMK_botcomponent_workflow) many
19971997

19981998
[About the table reference](../about-entity-reference.md)<br />
19991999
[Web API Reference](/dynamics365/customer-engagement/web-api/about)<br />
2000-
<xref href="Microsoft.Dynamics.CRM.workflow?text=workflow EntityType" />
2000+
<xref href="Microsoft.Dynamics.CRM.workflow?text=workflow EntityType" />

0 commit comments

Comments
 (0)