Navigation:  »No topics above this level«

Execution API

Previous  Top  Next

Opens the execution task screen (the activitysequence parameter is required when there is more than one activity with the same ID #).

 

Workflow

https://domain/se/workflow/api/execute_activity.php?workflowid=WORKFLOWID&activityid=ACTIVITYID&activitysequence=ACTIVITYSEQ

 

Incident

https://domain/se/incident/api/execute_activity.php?incidentid=INCIDENTID&activityid=ACTIVITYID&activitysequence=ACTIVITYSEQ

 

Problem

https://domain/se/problem/api/execute_activity.php?problemid=PROBLEMID&activityid=ACTIVITYID&activitysequence=ACTIVITYSEQ

 

PARAMETERS

WORKFLOWID

Workflow ID # (instance)

ACTIVITYID

Activity ID #

ACTIVITYSEQ

Activity sequence (the activitysequence parameter is required when there is more than one activity with the same ID #)

INCIDENTID

Incident ID # (instance)

PROBLEMID

Problem ID # (instance)