Acquire the resource in same label

Acquire the resource in same label

selvantamil674
Enthusiast Enthusiast
244 Views
1 Reply
Message 1 of 2

Acquire the resource in same label

selvantamil674
Enthusiast
Enthusiast

[ FlexSim 24.0.0 ]

I have already acquired a resource under the label "token.resource", but now I need to acquire another resource without releasing the previously acquired one, using the same label "token.resource". Is that possible, or is there another way to achieve this? My goal is to acquire multiple resources one by one using the same label without releasing the previous resource.

0 Likes
Accepted solutions (1)
245 Views
1 Reply
Reply (1)
Message 2 of 2

FelixMoehlmann
Collaborator
Collaborator
Accepted solution

Yes, you can do that. The acquired resource will be added to the label, making it into an array. Just take care to use the correct index if you need to refer to any of the resources thereafter and select the right option in the Release activity later. It only releases the most recently acquired resource in the label by default.

0 Likes