@extends('layouts.app') @section('title', 'Workflow Ayarları') @section('content')

Workflow Ayarları

Camunda BPM workflow sistemi bağlantı ayarları ve süreç yönetimi.

Yeni Workflow Yükle
@if(session('success')) @endif @if(session('error')) @endif @if($error)
Camunda bağlantı hatası: {{ $error }}
@endif
@forelse($definitions as $proc) @empty @endforelse
Süreç Adı (Name) Anahtar (Key) Versiyon ID Durum İşlemler
{{ $proc['name'] ?? $proc['key'] }} {{ $proc['key'] }} v{{ $proc['version'] }} {{ Str::limit($proc['id'], 20) }}... @if(!($proc['suspended'] ?? false)) Aktif @else Durduruldu @endif
@csrf
@if(!empty($proc['deploymentId']))
@csrf
@endif
Henüz yüklenmiş bir workflow bulunamadı.
Bağlantı Bilgileri
Durum @if($camundaEnabled) Aktif @else Pasif @endif
Base URL {{ $camundaBaseUrl }}
@csrf
@error('base_url')
{{ $message }}
@enderror Camunda REST endpoint adresini buradan değiştirebilirsiniz. .env varsayılanı: {{ $camundaConfigBaseUrl }}

Bağlantı Testi
@push('scripts') @endpush @endsection