@extends('layouts.base')
@section('heading')
{{ __('Processes') }}
@endsection
@section('info')
Add a Process
@endsection
@section('half_body')
When designing the BPMN, if you have "conditions", meaning expressions, within the flow on "Gateways", it is better to include them as inputs on the following tasks, or outputs on the preceeeding tasks, so they are displayed on the tasks (as associated variables) that require variable inputs for conditions.
The inputs yoou create should not have the same name as the condition variables as this affect the default process and still throws an exception. if the condition variable is "userTeam", your input or output can be "_userTeam", with a value set to "__required".
Note that this is not obligatory, but it helps you remember your condition variables to add, to avert errors.
@endsection