Multiple taskExecuters work together with taskSequence list

Multiple taskExecuters work together with taskSequence list

ozawa_shinya
Advocate Advocate
130 Views
5 Replies
Message 1 of 6

Multiple taskExecuters work together with taskSequence list

ozawa_shinya
Advocate
Advocate

[ FlexSim 23.0.11 ]

Hi,

I would like to create a model where multiple taskExecutors work together. Is it appropriate to use a task sequence list?

The attached model does not use a task sequence list, but is it possible to recreate the process flow within this model using a task sequence list?

I feel like using a task sequence list won't work, but I can't be sure.

Thanks in advance.

multiple_taskexecutors_work_together.fsm

0 Likes
Accepted solutions (1)
131 Views
5 Replies
Replies (5)
Message 2 of 6

jason_lightfootVL7B4
Autodesk
Autodesk
0 Likes
Message 3 of 6

ozawa_shinya
Advocate
Advocate

Yes I read that, and there is no mention of taskSequence "list" there, does this mean it can't be done with taskSequence list?

0 Likes
Message 4 of 6

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

The standard picklist option to push the task sequence to a list will be the regular transport sequence. However you should be able to create a coordinated task sequence and push that to the list. For examples on creating coordinated tasks look under the transport pick options. The key commands used are:

  • createcoordinatedtasksequence()
  • insertallocatetask()
  • insertproxytask()
  • insertsynctask()
  • insertdeallocatetask()
  • dispatchcoordinatedtasksequence()



0 Likes
Message 5 of 6

Jeanette_Fullmer
Community Manager
Community Manager

Hi @Shinya O, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes
Message 6 of 6

ozawa_shinya
Advocate
Advocate

Thank you for your information. I found that it seems possible to create coordinate tasks by using these commands. First, I will check the transport pick options.

0 Likes