job-execute

Execute deployed processes via Weaver API with synchronous or asynchronous modes.

30|6|Updated Mar 5, 2019
One-click install
npx skills add https://github.com/crim-ca/weaver --skill job-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: job-execute
Source: https://github.com/crim-ca/weaver/tree/main/.agents/skills/job-execute
Command: npx skills add https://github.com/crim-ca/weaver --skill job-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The job-execute Skill automates the execution of deployed processes, streamlining workflows and allowing for immediate or delayed execution of tasks.

Core Features & Use Cases

  • Process Execution: Run processes with specified inputs, either synchronously or asynchronously.
  • Output Handling: Manage how outputs are returned, such as inline values or external file URLs.
  • Job Monitoring: Keep track of job status and progress, enabling timely response to job events.
  • Use Case: If you need to trigger a process to start, but want to proceed with other tasks, the asynchronous execution mode can be useful. For tasks that require immediate feedback, the synchronous mode will be the right choice.

Quick Start

Execute the process 'my-process' with input data 'inputs.json' in asynchronous mode.

Frequently Asked Questions about job-execute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate workflow execution with synchronous or asynchronous modes?

Automate workflow execution by deploying processes with specified inputs and selecting synchronous mode for immediate feedback or asynchronous mode to proceed with other tasks while the job runs.

How does asynchronous process execution handle outputs and job monitoring?

Asynchronous process execution handles outputs by returning inline values or external file URLs, while job monitoring tracks status and progress to enable timely responses to job events.

Do I need Weaver API access for process management and workflow automation?

Yes, Weaver API access is required for process management when using this workflow automation skill to execute deployed processes and manage input handling and output requirements.

When should I use synchronous execution mode instead of asynchronous mode for process management?

Use synchronous execution mode for process management when tasks require immediate feedback, and use asynchronous mode when you want to trigger a process to start but proceed with other tasks.

Can I manage how process execution outputs are returned for API integration?

Yes, you can manage process execution outputs for API integration by configuring output handling to return either inline values or external file URLs based on your workflow requirements.