الانتقال إلى المحتوى الرئيسي
POST
/
workflows
/
sync
/
{workflowId}
تنفيذ مسار عمل متزامن
curl --request POST \
  --url https://api.altostrat.io/workflows/sync/{workflowId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "resource_id": "res_abc123"
}'
{}

Authorizations

Authorization
string
header
required

رمز JWT قياسي لجلسات المستخدم التي يتم الحصول عليها عبر مصادقة Altostrat.

Path Parameters

workflowId
string
required

المعرف المسبوق بالبادئة لمسار العمل (مثال fl_...).

Body

application/json · object

حمولة JSON للطلب المتزامن. ستكون هذه متاحة لمسار العمل تحت payload.

The body is of type object.

Response

تم تنفيذ مسار العمل بنجاح وأرجع استجابة. يتم تحديد مخطط الاستجابة بواسطة العقدة النهائية في مسار العمل.

The response is of type object.