Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I am looking for a function, that takes a Service Request ID as input and returns the error messages from this (failed) workflow. I found this Workflow, which is almost as I needed: https://community.cisco.com/t5/ucs-director-documents/ucsd-servi...
Hi, I try to implement a task, that sends a post request from the UCS Director over https to a service, but it fails and returns the following error message: Task: post_request (custom_post_request_GetToken) failed with error - java.lang.RuntimeExcep...
Hi, I would create a simple Custom Workflow Task, that creates the input for task B, e.g: var input1 = input.InputfortaskA;
var input2 = input.InputfortaskB;
output.dynamicInputForTaskB = input2 + input1; You execute this custom task somewhere befor...