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.