itsrizi
itsrizi

Reputation: 211

Newly created Response Group Workflows do not get listed

I am creating Response Group Workflows using Remote PowerShell in C#. Workflow gets created successfully and I get Workflow Identity in return.

But these workflows does not get listed using Get-RgsWorkflow command nor they are listing in Skype for Business Server Control Panel.

I have also tried

Get-CsRgsWorkflow  -ShowAll

Get-CsRgsWorkflow -Identity service:skypeserver.domain.com 

But noting shows. However manually created workflows list properly.

Upvotes: 0

Views: 427

Answers (1)

itsrizi
itsrizi

Reputation: 211

I have figured out that if we create a workflow as activated (Active = $true) then there are some mandatory parameters which we must have to pass while creating. Otherwise the workflows will not be created. For reference, please see the Microsoft documentation. New-CsRgsWorkflow

Upvotes: 0

Related Questions