WaelHamze / dyn365-ce-vsts-tasks

VSTS Extension for Dynamics 365 Customer Engagement
https://marketplace.visualstudio.com/items?itemName=WaelHamze.xrm-ci-framework-build-tasks
GNU General Public License v3.0
115 stars 54 forks source link

Activate Flows Advanced Activate does not work #284

Open medicineshow opened 1 year ago

medicineshow commented 1 year ago

In the task Activate Flows, the advanced activate type only activated a single flow. The first one in the JSON file. The JSON file used was: { "Flows": [ { "FlowName": "Child", "ShareWith": [ { "PrincipalType": "User", "Principal": "USER UPN WAS HERE", "RoleName": "Owner" } ], "State": "On" }, { "FlowName": "Parent", "ShareWith": [ { "PrincipalType": "User", "Principal": "USER UPN WAS HERE", "RoleName": "Owner" } ], "State": "On" } ] }

WaelHamze commented 1 year ago

@medicineshow did you get an errors on the second one? Any chance you can share the logs?

medicineshow commented 1 year ago

tasklog_13.log

There were no errors. I have removed identifying info from the log.

Bipuljain04 commented 4 months ago

when we use Activate Flow (Preview) in that there 2 options Basic and Advanced -

  1. Basic is working we just provide the files name it working.
  2. But for multiple files we need to use in Advanced in that we have to create the JSON file and fetch that. but that was not working and no error.

ActiveFlow

ActiveFlowAdvanced

Bipuljain04 commented 4 months ago

{ "Flows": [ { "FlowName": "Update POD SharePoint Metadata", "State": "Off" }, { "FlowName": "Update Signed Document Properties", "State": "Off" } ] }

Bipuljain04 commented 4 months ago

@WaelHamze any update on this ?