Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Common scenarios:

Table of Contents

Incoming file that has no corresponding workflow on region

File UnexpectedIncomingData.dat arrives on region

...

No excessive information needed – only addtimestamp, signal correlation id (to recognize file in cmw/in folder) and remotefilename – to find out original file name.

Incoming file that has corresponding workflow on region but no workflow task waiting for file

File ExpectedIncomingData.dat arrives on region that is expected by load_files workflow, load_subprocess subprocess and load_task task.

...

Code Block
updtimestamp|20181120 094750|addtimestamp|20181120 094750|processworkflowname|load_files|workflow|load_subprocess|event|load_task |instance||step||correlationid||processcorrelationid||signalcorrelationid| 45TBCY2OIF4JHGPDATA|eventprocesscorrelationid||remotefilename| ExpectedIncomingData.dat|eventinstance||autostart|0|isset|1

Incoming file that has corresponding workflow on region being canceled before processing

File ExpectedIncomingData.dat arrives on region that is expected by load_files workflow, load_subprocess subprocess and load_task task.

...

Code Block
updtimestamp|20181120 094750|addtimestamp|20181120 094750|processworkflowname|load_files|workflow|load_subprocess|event|load_task |instance||step||correlationid||processcorrelationid||signalcorrelationid| 45TBCY2OIF4JHGPDATA|eventprocesscorrelationid||remotefilename|ExpectedIncomingData.dat|eventinstance||autostart|0|isset|1

User decides to cancel file load and sends RTR for execwkfl to cancel file processing.

execwkfl stream receives CM for SetEvent and updates workflow specific wait queue:

...

Code Block
updtimestamp|20181120 104750|addtimestamp|20181120 094750|processworkflowname|load_files|workflow|load_subprocess|event|load_task|signalcorrelationid| 45TBCY2OIF4JHGPDATA|remotefilename|ExpectedIncomingData.dat|eventinstance||autostart|0|isset|canceled

Incoming file that has corresponding workflow on region being canceled before processing

File ExpectedIncomingData.dat arrives on region that is expected by load_files workflow, load_subprocess subprocess and load_task task.

...

Code Block
updtimestamp|20181120 094750|addtimestamp|20181120 094750|processworkflowname|load_files|workflow|load_subprocess|event|load_task |instance||step||correlationid||processcorrelationid||signalcorrelationid| 45TBCY2OIF4JHGPDATA|eventprocesscorrelationid||remotefilename|ExpectedIncomingData.dat|eventinstance||autostart|0|isset|1

Workflow for this file launches and consumes file.

execwkfl stream gets to step that consumes this file:

...