Skip to content

Runshell

flowtask.components.RunShell

RunShell

RunShell(loop=None, job=None, stat=None, **kwargs)

Bases: FlowComponent

RunShell.

Overview

Execute a Command to run a task

.. table:: Properties :widths: auto

+--------------+----------+-----------+-------------------------------------------------------+ | Name | Required | Summary | +--------------+----------+-----------+-------------------------------------------------------+ | name | Yes | Name of task | +--------------+----------+-----------+-------------------------------------------------------+ | description | Yes | Task description | +--------------+----------+-----------+-------------------------------------------------------+ | steps | Yes | Not assigned steps | +--------------+----------+-----------+-------------------------------------------------------+ | runtask | Yes | This method runs the task | +--------------+----------+-----------+-------------------------------------------------------+ | program | Yes | Program name | +--------------+----------+-----------+-------------------------------------------------------+ | task | Yes | Assign the run shell attribute | +--------------+----------+-----------+-------------------------------------------------------+

Return the list of arbitrary days