Skip to content

cermak-petr/act-executions-wait-finish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

act-executions-wait-finish

This act accepts an array of ExecutionIDs and waits for all of them to finish.

If a finalWebhook attribute is provided, after all the executions finish, the result will be sent to that URL.

Example input:

{ 
    "executionIds": [
        EXECUTION_ID_1, 
        EXECUTION_ID_2, 
        EXECUTION_ID_3,
        ...
    ],
    "finalWebhook": FINAL_WEBHOOK_URL
}

The output is again an array of executionIds.

Releases

No releases published

Packages

No packages published