Versions Compared

Key

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

...

A workflow is created that runs the above commands in a cycle. The workflow operates 24/7 and writes task logs to files.

Download (.json upload)pdwTaskLogsToFiles.workflow.json

...

  • Lines 1, 4: Same explanations as for the previous job.
  • Lines 7: The variable holding the list of task log objects of the last processing of this job is restored from a temporary file that holds the JSON representation of the objects. The temporary files is provided by the JS7 Agent and is referenced from an environment variable that is assigned the workflow variable like this.



  • Line 10: When reading the task history then the variable carrying the list of task log objects is updated and is forwarded to the workflow for next execution of the cycle. 

...