Revamp Job flow
This commit is contained in:
parent
945afdfbbe
commit
4a0a4b29a5
86 changed files with 592 additions and 608 deletions
7
template.executor.config.mjs
Normal file
7
template.executor.config.mjs
Normal file
|
@ -0,0 +1,7 @@
|
|||
export default function executorConfig(payload) {
|
||||
return {
|
||||
command: ({jobRequest}) => ["echo", "hello"],
|
||||
url: ({ url }) => url,
|
||||
jobId: ({ jobId }) => jobId,
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue