I am using a C# REST service call to start a workspace. Passing the notification directives in the body.
The notification subscription is setup with the PUSH service call. Basically, the subscription makes a service call when the workspace is failed or successful.
When I published the workspace, with JobSubmitter, I made sure the right writer output is selected to be included in the service call, but the writer output will be included only if I run that workspace from WebUI, not with the service call. Is there a directive\\parameter that I can use in the initial service call to tell the notification to include the writer content in the notification body?
Any thoughts?