eyes4
eyes4
Here's one of my bpmn snippets and it works just fine: ```xml ${environment.variables.handlers.length} ${content.output.passed} ``` But when I need to use a more complex expression in completionCondition, and specify language="JavaScript",...
When compiling the program, it prompts: error[E0277]: the trait bound `fn(axum::extract::State, axum::Json) -> impl std::future::Future {register_user_handler}: Handler` is not satisfied --> src/route.rs:21:43 | 21 | .route("/api/auth/register", post(register_user_handler)) | ---- ^^^^^^^^^^^^^^^^^^^^^...
src/tasks/LoopCharacteristics.js from line 169: ``` ParallelLoopCharacteristics.prototype._onCompleteMessage = function onCompleteMessage(routingKey, message) { const chr = this.characteristics; const { content } = message; if (content.output !== undefined) chr.output[content.index] = content.output; if (routingKey...