question

Shinya O avatar image
0 Likes"
Shinya O asked Shinya O commented

Multiple taskExecuters work together with taskSequence list

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

FlexSim 23.0.11
tasksequencelist
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Jason Lightfoot avatar image Jason Lightfoot ♦♦ commented ·
Have you looked at the tutorial on coordinating task executers?
0 Likes 0 ·
Shinya O avatar image Shinya O Jason Lightfoot ♦♦ commented ·

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 0 ·
Jeanette F avatar image Jeanette F ♦♦ commented ·

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 0 ·

1 Answer

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Shinya O commented

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()



· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Shinya O avatar image Shinya O commented ·

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 0 ·