question

Alejandro Ulises TP avatar image
0 Likes"
Alejandro Ulises TP asked Jason Lightfoot commented

Delay operator after load

proyect-rev01.fsmHow can i delay an operator after he makes a load in the processor?

I want to simulate that after the load he makes another operation in the same processor, once he finishes the delay he can proceed to the next operation.

Please, anyone could help me?

Choose One
process flowoperatortriggersdelay19.1
proyect-rev01.fsm (109.0 KiB)
· 2
5 |100000

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

1 Answer

Joshua S avatar image
0 Likes"
Joshua S answered Jason Lightfoot commented

You can set the load time of the operator to the delay amount you want. If you want the delay to happen right after he picks up the item, you can have a small process flow activity block that fire when he loads an item, then have a custom code activity that stops him, then a delay, then a resume activity.

· 11
5 |100000

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