Missing Prefix for Activities created from Orchestrator

Hi there,

we designed a Runbook in Orchestrator which creates some Activities in our Changes.

All the OC created Activities (Manual and Review) dont have the Prefix as if they were created from Console directly (f.e. RA for a Review Activity)

Could this be changed?

Best

Christof


  • Edited by c_loki 17 hours 17 minutes ago corrected Typo
August 26th, 2015 9:58am

By default when you create any activity, no prexifx is added. You can get prefix for different Activity types by querying System.GlobalSetting.ActivitySettings class table
Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 11:09am

By default when you create any activity, no prexifx is added. You can get prefix for different Activity types by querying System.GlobalSetting.ActivitySettings class table
August 26th, 2015 11:09am

One thing is to get the prefix (i know them) the other thing is to create the activity with the correct prefix.

How can we achieve that?

Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 11:19am

One thing is to get the prefix (i know them) the other thing is to create the activity with the correct prefix.

How can we achieve that?

August 26th, 2015 11:19am

If I'm following correctly, when you create Work Items in Orchestrator it sounds like what you are missing are two things

1. The ID property
2. The ID property has to be changed to something like...
IR{0}
RA{0}
SR{0}
MA{0}
PA{0}

as by default the ID property is just {0}

Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 11:36am

great, that was the missing piece, thank you!
August 26th, 2015 11:50am

great, that was the missing piece, thank you!
Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 11:50am

Don't forget to correctly set the activity's SequenceId property when you're adding activities, otherwise the activity workflows may not behave properly.
August 26th, 2015 11:59am

Don't forget to correctly set the activity's SequenceId property when you're adding activities, otherwise the activity workflows may not behave properly.
Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 11:59am

Aaron makes an equally good point!
August 26th, 2015 12:18pm

Aaron makes an equally good point!
Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 12:18pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics