We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support inline run for workflows based on a trust-list configuration,
The inline support should be based on the workflow alias which can be either, a well-known alias or a reference to a workflow.
The inline alias should follow the following format: inline:${runtime}:${runtime_based_params}
e.g
For the deno runtime params it should be
inline:deno:${ts_file_url}
for the http it should be
inline:http:${http_func_url}
The modifications that needs to be done is all within the same file: https://github.com/deco-cx/durable/blob/main/registry/registries.ts#L141
A validation might be necessary based on a trust list of such runtime can be used inline with such parameters.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support inline run for workflows based on a trust-list configuration,
The inline support should be based on the workflow alias which can be either, a well-known alias or a reference to a workflow.
The inline alias should follow the following format: inline:${runtime}:${runtime_based_params}
e.g
For the deno runtime params it should be
inline:deno:${ts_file_url}
for the http it should be
inline:http:${http_func_url}
The modifications that needs to be done is all within the same file: https://github.com/deco-cx/durable/blob/main/registry/registries.ts#L141
A validation might be necessary based on a trust list of such runtime can be used inline with such parameters.
The text was updated successfully, but these errors were encountered: