How to put a fixed source label on the Task Sequence list?

How to put a fixed source label on the Task Sequence list?

julio_cs2
Not applicable
45 Views
4 Replies
Message 1 of 5

How to put a fixed source label on the Task Sequence list?

julio_cs2
Not applicable

[ FlexSim 19.1.2 ]

2.png1.png


0 Likes
Accepted solutions (1)
46 Views
4 Replies
Replies (4)
Message 2 of 5

moehlmann_fe
Explorer
Explorer
Accepted solution

You could insert a "tag" task into the created task sequence and use the label value as one of the variables.

1647328050824.png

Instead of writing the value to a list field, you could also use it as the partition the task sequence gets pushed to. Then each task executer could pull directly from the respective partition without needing a query.

Message 3 of 5

joerg_vogel_HsH
Mentor
Mentor

You have a reference to the Tasksequence. The load station is a parameter of a travel task for first task of this tasksequence and is also the second parameter of the second task of this tasksequence.

In an added expression field you can set a statement that evaluates one of those possible parameters.

value.as(TaskSequence).tasks[1].involved1
Message 4 of 5

murio_b
Not applicable

Yes @Julio Cs2, following these steps your expression Field in the Task Sequence list will look like this:

1647518903872.png


You can also check the entries and see that the "Car" field is now with the Fixed Resource label's value.

1647518931623.png


Message 5 of 5

julio_cs2
Not applicable

Thanks, this is exactly what I was looking for.

0 Likes