Skip to content

workflows.v1#

zen_api.workflows.v1 #

Classes:

StartJobOptions dataclass #

StartJobOptions(result_path: str = betterproto.string_field(1))

Bases: Message

Start Job options.

Attributes:

  • result_path (str) –

    A value indicating a path for saving a Job results in the file system.

result_path class-attribute instance-attribute #

result_path: str = string_field(1)

A value indicating a path for saving a Job results in the file system. -- If value is given than Job output will be copied to given path in filesystem and not uploaded to ZEN Archive. Have to be in the Windows-supported directory path format (local drive or network share). -- If value is null (or empty/whitespace) than Job output will be uploaded to ZEN Archive and not copied to anywhere.