Skip to content

Commit

Permalink
param list docs completion
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Sep 30, 2024
1 parent 1362312 commit 6958fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/local/apibridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -1889,6 +1889,8 @@ public function get_workflow_definition($id) {
/**
* Retrieves a workflow instance from Opencast.
* @param string $id Workflow instance id
* @param bool $withoperations flag to get instance with operations
* @param bool $withconfiguration flag to get instance with configurations
* @return false|mixed Workflow instance or false if not successful
*/
public function get_workflow_instance($id, $withoperations = false, $withconfiguration = true) {
Expand Down

0 comments on commit 6958fdc

Please sign in to comment.