Skip to main content

diagrid call workflow raiseevent

Deliver an event to workflow

Description

Deliver a named event to a specific workflow

diagrid call workflow raiseevent [flags]

Examples


# Deliver a named event to a workflow instance
diagrid call workflow raiseevent --app-id my-appid --instance-id my-instance --event my-event

Options

  -a, --app-id string        [Required]: App ID used to orchestrate workflow
-i, --instance-id string [Required]: Instance ID of the workflow
-e, --event string [Required]: Name of the event to be delivered to the workflow
-p, --project string Name of existing project
-o, --output string Output format, supported [table, yaml, json] (default "table")
--verbose Include verbose output such as curl command and response body
-h, --help help for raiseevent

SEE ALSO