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.
We are transition our discussion forum to the new forum. This forum will continue to be available, until there is no more activities on it. But, I would recommend everyone to start switching to use the new forum.
Here is the link to the new forum....
Which version of CPO are you using? Is it an HA environment? Can you send me a TAP file? I can check it out.If you are using a newer version of the product, have you tried out the REST API?
I just learned to use this activity. It looks like it's similar to create a "Task" (Create Alert, Create Incident...). I do not see it has a "Wait for completion flag like task does. However, I would expect it to perform better, since it does not h...
There are several activities that you can use to tell the workflow to pause, such as
Create AlertCreate IncidentCreate Change Request...
Throw any of these into your workflow and configure it to "Do not complete this activity until xxx resolved."
Whe...
Here is the TAP file to illustrate the idea I posted above. I've run very limited testing on it.
I have a global variable to indicate the timeout value. If a process is running long than that number of seconds, it will be terminated.
Currently, the...