* Add the annotations from a Context object to the workflow.
(context: Context.Context<I>)
| 98 | * Add the annotations from a Context object to the workflow. |
| 99 | */ |
| 100 | annotateContext<I>(context: Context.Context<I>): Workflow< |
| 101 | Name, |
| 102 | Payload, |
| 103 | Success, |
no outgoing calls
no test coverage detected