cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Dynamic Routing Option

hbock
7-Bedrock

Dynamic Routing Option

Is there a possibility to set the list of routing options of a task depending on a variable when starting a task?

I only found the "tally" method to set up events automatically but that does not seem to help in my use-case.

 

Use-Case:

Skip a routing option when a process/task variable has a specific value.

 

Pre-Condition / dependend variable:

                boolean ir_autocreated;

 

Routing in Task:

A

B

C

X

 

For Routing „X“ there shall be valid:

IF ir_autocreated == true THEN Routing Option “X” shall be "invisible" / not selectable in the task

 

Thank You in advance

Harald

1 ACCEPTED SOLUTION

Accepted Solutions
HelesicPetr
21-Topaz II
(To:hbock)

Hi @hbock 

 

So do you need to specify routings on some rules in a user task right?

So create a condition in a Workflow that controls what you need and define routs for several users tasks with different routings as you need.

 

Then just run the task with correct routings that are shown to a user

 

PetrH

View solution in original post

6 REPLIES 6
pranaam
7-Bedrock
(To:hbock)

Hello Hbock,

 

Did you manage to implement the routing options that you have described ? I am looking at a similar scenario and wanted to know how to disable or hide a routing based on some logic.

 

Much appreciate your response if you succeeded in implementing the same.

 

Regards.

hbock
7-Bedrock
(To:pranaam)

No, no success so far.

I was contacted by a PTC person form technical support, but also on this channel no news

 

Best Regards

Harald

Mike_Gruber
6-Contributor
(To:hbock)

Hi!

 

Any news about that topic?

 

Best regards,

Mike

... unfortunately not 😞
Maybe someone of the PTC team reading along could make a statement about this feature.

HelesicPetr
21-Topaz II
(To:hbock)

Hi @hbock 

 

So do you need to specify routings on some rules in a user task right?

So create a condition in a Workflow that controls what you need and define routs for several users tasks with different routings as you need.

 

Then just run the task with correct routings that are shown to a user

 

PetrH

Yes, sure, this is the currently possible workflow implementation. Thank you for pointing this out.

I will mark this as "solution", as there most probably will be no change in the system in the future...

Top Tags