m |
m (→Participant Coding Guidelines) |
||
| Line 16: | Line 16: | ||
=== Participant Coding Guidelines === | === Participant Coding Guidelines === | ||
| + | |||
| + | BOSS participant is written in Python language (other bindings will be available later). | ||
| + | |||
| + | ==== Import ==== | ||
| + | |||
| + | from RuoteAMQP.workitem import Workitem | ||
| + | from RuoteAMQP.participant import Participant | ||
=== Participant Example Code === | === Participant Example Code === | ||
Contents |
BOSS is a workflow orchestrator, a system that can be configured to automate your workflow requirements; it interacts with the OBS and with people and systems around it to apply your workflow steps. For more BOSS related general information, see Infrastructure/BOSS.
BOSS Participant the actual actor in BOSS architecture. Participant wraps other systems and services related to software development, quality assurance and integration, allowing BOSS to interact with different parties in automated way.
BOSS Participant action explained in three simple steps:
BOSS participant is written in Python language (other bindings will be available later).
from RuoteAMQP.workitem import Workitem from RuoteAMQP.participant import Participant